Results 1 to 10 of 17
I have posted in here previously but it was regarding using Debian. I just reformatted my HDD and install Ubuntu 9.1.
Here is the output of "lspci -knn > lspci.txt"
...
- 12-28-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
trying to set up wireless internet access in Ubuntu 9.1
I have posted in here previously but it was regarding using Debian. I just reformatted my HDD and install Ubuntu 9.1.
Here is the output of "lspci -knn > lspci.txt"
Below is the output. Where do I go from here?
Code:00:00.0 Host bridge [0600]: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface [8086:2560] (rev 01) Kernel driver in use: agpgart-intel Kernel modules: intel-agp 00:02.0 VGA compatible controller [0300]: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device [8086:2562] (rev 01) Kernel driver in use: i915 Kernel modules: i915 00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01) Kernel driver in use: uhci_hcd 00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01) Kernel driver in use: uhci_hcd 00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01) Kernel driver in use: uhci_hcd 00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01) Kernel driver in use: ehci_hcd 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 81) Kernel modules: shpchp 00:1f.0 ISA bridge [0601]: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge [8086:24c0] (rev 01) Kernel modules: iTCO_wdt, intel-rng 00:1f.1 IDE interface [0101]: Intel Corporation 82801DB (ICH4) IDE Controller [8086:24cb] (rev 01) Kernel driver in use: ata_piix 00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller [8086:24c3] (rev 01) Kernel modules: i2c-i801 00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01) Kernel driver in use: Intel ICH Kernel modules: snd-intel8x0 01:07.0 Ethernet controller [0200]: Linksys, A Division of Cisco Systems WMP11v4 802.11b PCI card [17fe:2120] 01:08.0 Ethernet controller [0200]: ADMtek NC100 Network Everywhere Fast Ethernet 10/100 [1317:0985] (rev 11) Kernel driver in use: tulip Kernel modules: tulip
- 12-28-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
I don't do any wireless at all so can't help with it specifically, but check this wireless troubleshooting guide to see if it helps while you wait for others to respond:
https://help.ubuntu.com/community/Wi...eShootingGuide
Hope it helps!
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 12-28-2009 #3This is your wireless. There is no linux driver for this card. You need to use ndiswrapper + the windows xp driver to get it to work.01:07.0 Ethernet controller [0200]: Linksys, A Division of Cisco Systems WMP11v4 802.11b PCI card [17fe:2120]
SourceForge.net: Linksys WMP11v4 - ndiswrapper
https://help.ubuntu.com/community/Wi...er/Ndiswrapper
- 12-28-2009 #4Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
I'm reading over https://help.ubuntu.com/community/Wi...er/Ndiswrapper and trying to follow instructions in section 2.3.
What is a desktop CD? Is that the CD I used to install Ubuntu?
What is a live session?
I have the Synaptic Package Manager already installed, but could not locate the "ndis".
What do I do?!
- 12-28-2009 #5Yes.What is a desktop CD? Is that the CD I used to install Ubuntu?
Running the OS off the CD, rather than from a harddrive installation.What is a live session?
Do you have a wired connection active?I have the Synaptic Package Manager already installed, but could not locate the "ndis".
If so, make sure your repos are updated.
and then install as soCode:sudo apt-get update
This is the graphical front end for ndiswrapper and will pull in everything you need to run it.Code:sudo apt-get install ndisgtk
- 12-28-2009 #6Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
- 12-28-2009 #7This is your wired NIC. Looks like it should be working. There's very few ethernet cards that don't work out of the box.01:08.0 Ethernet controller [0200]: ADMtek NC100 Network Everywhere Fast Ethernet 10/100 [1317:0985] (rev 11)
Kernel driver in use: tulip
Kernel modules: tulip
It is definitely easier to get things going if you have a wired connection.
- 12-28-2009 #8Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
- 01-14-2010 #9Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
OK.... I am up and running with a long patch cable. What can I do to get my wireless card up and running?
- 01-14-2010 #10
Now run the commands that reed9 asked you to run.
http://www.linuxforums.org/forum/wir...tml#post749416
Code:sudo apt-get update
Then you still need the WinXP driver, for NDISwrapper to use. It must be a Win2k or WinXP driver. Vista and Win7 do not work, even a driver that is combined WinXP/Vista will most likely not work.Code:sudo apt-get install ndisgtk
Last edited by waterhead; 01-14-2010 at 08:53 PM. Reason: fixed url
Paul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote
