[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#488851: marked as done (ssb interferes with ndiswrapper)



Your message dated Wed, 2 Jul 2008 01:21:09 +0200
with message-id <20080701232109.GP7212@baikonur.stro.at>
and subject line Re: Bug#488851: ssb interferes with ndiswrapper
has caused the Debian Bug report #488851,
regarding ssb interferes with ndiswrapper
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
488851: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488851
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image
Version: 2.6.25-2-686

I have a Dell 1390 wlan which I am using ndiswrapper with.  When I blacklist 
ssb and b43 to use ndiswrapper, ssb still gets loaded during the bootup. This 
requires me to rmmod ssb, rmmod ndiswrapper, and then modprobe ndiswrapper 
every time.  I believe it's this same bug as here:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/197558

To get around it I am using this fix:

I am creating a file /etc/init.d/ndiswrapper and putting the following script 
in it:

#! /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

############# end file ############

sudo chmod 755 /etc/init.d/ndiswrapper
sudo ln -s /etc/init.d/ndiswrapper /etc/rc2.d/S99ndiswrapper

Please let me know if there is a better way to do this.  
Thanks!
Chris



--- End Message ---
--- Begin Message ---
On Tue, Jul 01, 2008 at 11:41:09AM -0500, Christopher David Desjardins wrote:
> Package: linux-image
> Version: 2.6.25-2-686
> 
> I have a Dell 1390 wlan which I am using ndiswrapper with.  When I blacklist 
> ssb and b43 to use ndiswrapper, ssb still gets loaded during the bootup. This 
> requires me to rmmod ssb, rmmod ndiswrapper, and then modprobe ndiswrapper 
> every time.  I believe it's this same bug as here:
> 
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/197558
> 
> To get around it I am using this fix:
> 

not a kernel bug, also please post to debian user mailing list for
getting support. sending off a bug report for support isn't the best
way to get it. ndiswrapper taints your kernel so not supported.

best regards

-- 
maks


--- End Message ---

Reply to: