Results 1 to 7 of 7
I'm running ubuntu on a Macbook, and have installed ndiswrapper:
oliver@Lexion:~$ lscpi
bash: lscpi: command not found
oliver@Lexion:~$ clear
oliver@Lexion:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-21-2007 #1Just Joined!
- Join Date
- Jul 2007
- Location
- Middle of No Where.
- Posts
- 27
unknown device
I'm running ubuntu on a Macbook, and have installed ndiswrapper:
oliver@Lexion:~$ lscpi
bash: lscpi: command not found
oliver@Lexion:~$ clear
oliver@Lexion:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:07.0 Performance counters: Intel Corporation Unknown device 27a3 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 22)
02:00.0 Network controller: Atheros Communications, Inc. Unknown device 0024 (rev 01)
03:03.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 61)
oliver@Lexion:~$ ndiswrapper -l
net5211 : driver installed
oliver@Lexion:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
oliver@Lexion:~$
I have no wifi or anything.
please help.
- 09-21-2007 #2
Ndiswrapper -l says the driver is installed but doesn't say "hardware present." though as we can clearly see you have an Atheros based device from lspci. I might be wrong, but my first inclination would be to believe the driver you have installed is not the one that works with your particular hardware. Let's also see:
If you can't get this solved, the Madwifi driver for Atheros based cards is very easy to install and gives rock solid performance.Code:lspci -n
- 09-21-2007 #3Just Joined!
- Join Date
- Jul 2007
- Location
- Middle of No Where.
- Posts
- 27
oliver@Lexion:~$ lspci -n
00:00.0 0600: 8086:27a0 (rev 03)
00:02.0 0300: 8086:27a2 (rev 03)
00:02.1 0380: 8086:27a6 (rev 03)
00:07.0 1101: 8086:27a3 (rev 03)
00:1b.0 0403: 8086:27d8 (rev 02)
00:1c.0 0604: 8086:27d0 (rev 02)
00:1c.1 0604: 8086:27d2 (rev 02)
00:1d.0 0c03: 8086:27c8 (rev 02)
00:1d.1 0c03: 8086:27c9 (rev 02)
00:1d.2 0c03: 8086:27ca (rev 02)
00:1d.3 0c03: 8086:27cb (rev 02)
00:1d.7 0c03: 8086:27cc (rev 02)
00:1e.0 0604: 8086:2448 (rev e2)
00:1f.0 0601: 8086:27b9 (rev 02)
00:1f.1 0101: 8086:27df (rev 02)
00:1f.2 0101: 8086:27c4 (rev 02)
00:1f.3 0c05: 8086:27da (rev 02)
01:00.0 0200: 11ab:4362 (rev 22)
02:00.0 0280: 168c:0024 (rev 01)
03:03.0 0c00: 11c1:5811 (rev 61)
oliver@Lexion:~$
Thanks for replying.
- 09-21-2007 #4
Wow! Look what I found!
Link
- 09-21-2007 #5Just Joined!
- Join Date
- Jul 2007
- Location
- Middle of No Where.
- Posts
- 27
"Short, but Brilliant!" - My friend.
Thanks! I'll see if this works.
- 09-22-2007 #6Just Joined!
- Join Date
- Jul 2007
- Location
- Middle of No Where.
- Posts
- 27
Thanks! a combination of your tutorial and the ndiswrapper FAQ worked.
I'm typing this over wifi.
- 09-22-2007 #7


Reply With Quote

