![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2005
Beans: 15
|
D-Link DWL-G122
Hello all
I am very very new to linux. I got ubuntu to install with no problems on my thinkpad 600E. Every thing works great...but i cant get my wireless usb to work. It's a D-link DWL-G122 A2. the laptop sees the hardware but no drivers . anyone know how to fix this? If you can help me i might need your help in layman's terms because this is my first time with any linux thanks for any help Jonathan |
|
|
|
|
|
#2 |
|
Ultimate Coffee Grinder
![]() Join Date: Oct 2004
Location: Cambridge. MA
Beans: 5,070
Ubuntu 8.10 Intrepid Ibex
|
Re: D-Link DWL-G122
Cut and paste output from 'lspci'
|
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2005
Beans: 15
|
Re: D-Link DWL-G122
im sorrry if this sounds stupid but like I said i know almost nothing about linux. How do i get the "lspci'? do i do it from a terminal?
thanks Jonathan |
|
|
|
|
|
#4 |
|
Ultimate Coffee Grinder
![]() Join Date: Oct 2004
Location: Cambridge. MA
Beans: 5,070
Ubuntu 8.10 Intrepid Ibex
|
Re: D-Link DWL-G122
Yep, just pull up a Terminal and type 'lspci'
|
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2005
Beans: 15
|
Re: D-Link DWL-G122
Ok here it is
0000:00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host brige (rev 03) 0000:00:01.0 PCI bridge: Inel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP brige (rev 03) 0000:00:02.0 CardBus bridge: Texas Instruments PCI1251A 0000:00:02.1 CardBus bridge: Texas Instruments PCI1251A 0000:00:06.0 Multimedia audio controller: Cirrus Logic CS 4610/11 [crystalClear SoundFusion Audio Accelerator] (rev 01) 0000:00:07.0 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02) 0000:00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01) 0000:00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01) 0000:00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02) 0000:00:01.0 VGA compaeible controller: Neomagic Corporation NM 2200 [MagicGraph 256AV] (rev20) well i hope thats the only one of them you need because i have no way of copy and pasting them so i had to type it out...but But if i dont have to use Winblows its worth it. `Jonathan |
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2005
Beans: 15
|
Re: D-Link DWL-G122
So from what I have found with google I need to use ndiswrapper to get this to work. Is this some thing that i can down load to my mac and burn to a cd to load in linux of is there some thing more to it. Also if this is the way it needs to be done can some one point me to the right one for ubuntu. sorry for all the stupid questions but like i said this is my first time using linux.
~Jonathan |
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2005
Beans: 15
|
Re: D-Link DWL-G122
ok so I found all the things i need for ndiswrapper and got them on my laptop and I am following the directions from ( https://wiki.ubuntu.com/SetupNdiswrapperHowto )
but when I put in the make deb command I get "/bin/sh: line 1: fakeroot: command not found make: *** [deb] Error 127" I have no idea what that means or how to fix it. any help is apresheated ~Jonathan |
|
|
|
|
|
#8 |
|
Quad Shot of Ubuntu
![]() Join Date: Feb 2005
Location: Canada
My beans are hidden!
Ubuntu 9.10 Karmic Koala
|
Re: D-Link DWL-G122
You need to install the "fakeroot" package.
Open a terminal window. Type the following: sudo apt-get install debhelper build-essential fakeroot linux-headers-$(uname -r) (it'll ask you for your password) When it's done, try following the ndiswrapper instructions again. G. |
|
|
|
|
|
#9 |
|
Ultimate Coffee Grinder
![]() Join Date: Oct 2004
Location: Cambridge. MA
Beans: 5,070
Ubuntu 8.10 Intrepid Ibex
|
Re: D-Link DWL-G122
The 122's are either prism54's or rt2570's. I have rev B, which is the RATECH chip. The prism54's are also supported under Linux quite well, with the build headers mentioned by the person above
tar xzvf filename_of_sources.tar.gz cd new_directory_made_by_last_command make sudo make install |
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2005
Beans: 15
|
Re: D-Link DWL-G122
ok I got the fakeroot to work but now when i enter the make deb command it starts to do its thing but it is still having problems ( or maybe its the newbie using it
make[3]: cc: command not found make[3]; *** [loadndisdriver.o] error 127 make[3]: leaving directory ' /home/jon/ndiswrapper-1.1/utils' make[2]: *** [build-utils] error 2 make[2]: leaving directory '/home/jon/ndiswrapper-1.1 ' make[1]: *** [binary] error 2 make[1]; leaving directory '/home/jon/ndiswrapper-1.1 ' make: *** [deb] error 2 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|