Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Networking & Wireless
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

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
Old July 25th, 2005   #1
grman3
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
grman3 is offline   Reply With Quote
Old July 25th, 2005   #2
jdong
Ultimate Coffee Grinder
 
jdong's Avatar
 
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'
jdong is offline   Reply With Quote
Old July 26th, 2005   #3
grman3
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
grman3 is offline   Reply With Quote
Old July 26th, 2005   #4
jdong
Ultimate Coffee Grinder
 
jdong's Avatar
 
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'
jdong is offline   Reply With Quote
Old July 26th, 2005   #5
grman3
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
grman3 is offline   Reply With Quote
Old July 27th, 2005   #6
grman3
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
grman3 is offline   Reply With Quote
Old July 28th, 2005   #7
grman3
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
grman3 is offline   Reply With Quote
Old July 28th, 2005   #8
gmc
Quad Shot of Ubuntu
 
gmc's Avatar
 
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.
gmc is offline   Reply With Quote
Old July 28th, 2005   #9
jdong
Ultimate Coffee Grinder
 
jdong's Avatar
 
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 Just go download the sources from the prism54 site, then do a:

tar xzvf filename_of_sources.tar.gz
cd new_directory_made_by_last_command
make
sudo make install
jdong is offline   Reply With Quote
Old July 29th, 2005   #10
grman3
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 ). the last 8 commands are errors

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
grman3 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:15 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry