LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ndiswrapper troubles (https://www.linuxquestions.org/questions/linux-newbie-8/ndiswrapper-troubles-359291/)

Ab3n 09-01-2005 05:24 PM

ndiswrapper troubles
 
I've installed ndiswrapper on my laptop running kubuntu 5.04 and have installed my bcmwl5 drivers. When I type "sudo ndiswrapper -l" It tells me drivers are installed and hardware s present. When I type "sudo ifconfig" it shows my eth0, lo, and wlan0 are present. I try to use "sudo iwlist wlan0 scan" but it comes back with "no scan results"! This card has worked in every other distrobution as well as previous versions of ubuntu...Also when I type "sudo ifup wlan0" it says "Ignoring unknown interface wlan0=wlan0"...Any help?

P.S. there are several wifi networks in range...

bosewicht 09-01-2005 05:50 PM

have you started ndiswrapper?

Ab3n 09-01-2005 05:55 PM

yes, "sudo modprobe ndiswrapper" works fine

bosewicht 09-01-2005 06:09 PM

Ok, try
rmmod ndiswrapper
then
modprobe ndiswrapper

and post the output of dmesg for ndiswrapper, should be
dmesg | tail

Ab3n 09-01-2005 07:05 PM

dmesg | tail:

Code:


 /dev/scsi/host3/bus0/target0/lun0: p1
Attached scsi removable disk sda at scsi3, channel 0, id 0, lun 0
usb-storage: device scan complete
ndiswrapper: device wlan0 removed
ndiswrapper version 1.0rc2 loaded (preempt=yes,smp=no)
ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 18 (level, low) -> IRQ 18
ndiswrapper: using irq 18
wlan0: ndiswrapper ethernet device 00:90:4b:4b:d6:53 using driver bcmwl5
wlan0: encryption modes supported: WEP
ndiswrapper: driver bcmwl5 (Broadcom,07/17/2003, 3.30.15.0) added


bosewicht 09-01-2005 07:28 PM

ok, try booting with
acpi=noirq

You may need to disable acpi

Ab3n 09-01-2005 09:22 PM

how do I do that?

bosewicht 09-01-2005 09:25 PM

at the boot screen type
acpi=noirq

Ab3n 09-02-2005 10:19 AM

at the grub I press c for command line and then enter "acpi=noirq" and it says "unrecognized command"...Am I doing this right?

bosewicht 09-02-2005 02:01 PM

Ok, First make a backup of /boot/grub/grub.conf

Then try booting with acpi=off (at the end of the kernel comand line:
edit it in grub or in /boot/grub/grub.conf).

you do not have to rerun grub after making changes

(this is an example, look for the line that is similar and add the acpi=off to the end. Do not copy this line and add it to ur grub!!!!!!)
kernel /boot/vmlinuz26 root=/dev/discs/disc1/part1 ro acpi=off


All times are GMT -5. The time now is 06:07 PM.