[Bug 188621] [NEW] Conflict between Ndiswrapper and ssb
RedBass
redbass at gmail.com
Sun Feb 3 13:09:25 UTC 2008
Public bug reported:
I have a pcmcia wireless card (ASUS WL-100g) with Broadcom Corporation
BCM4306 802.11b/g controller. On my laptop i had upgrade the system to
hardy (last update) and linux kernel 2.6.24-5-generic.
The wireless card works good with Ndiswrapper, but at startup this module doesn't work. I must remove the module ndiswrapper, ssb and ohci_hcd. Later reload, in this orher, ndiswrapper, ssb and ohci_hcd.
Why i must do these steps?
p.s. I have resolve the bug making a bash script at startup like this:
#! /bin/sh
### BEGIN INIT INFO
# Provides: ndiswrapper
# Required-Start:
# Required-Stop:
# Default-Start: S
# Default-Stop:
# Short-Description: enable to load ndiswrapper
# Description: enable to load ndiswrapper
### END INIT INFO
rmmod ohci_hcd
rmmod ssb
rmmod ndiswrapper
modprobe ndiswrapper
modprobe ssb
modprobe ohci_hcd
** Affects: ndiswrapper (Ubuntu)
Importance: Undecided
Status: New
--
Conflict between Ndiswrapper and ssb
https://bugs.launchpad.net/bugs/188621
You received this bug notification because you are a member of Kernel
Bugs, which is a bug contact for ndiswrapper in ubuntu.
More information about the kernel-bugs
mailing list