Author Topic: SOLVED - Need help tryig to install a driver for D-Link card  (Read 1965 times)

Offline Maurice

  • Hero Member
  • *****
  • Posts: 1128
SOLVED - Need help tryig to install a driver for D-Link card
« on: August 05, 2010, 05:09:15 AM »
I am trying to install a driver (rtl8180-0.21)for my wireless card and I am stuck at the first 3 instructions --

tar xzf rtl8180-0.21.tar.gz
cd rtl8180-0.21
make


The directory rtl8180-0.21 is made successfully but when I run make the answer I then get is -  make: No rule to make target 'rtl8180-0.21'. Stop

I'm stuck ???

Can anyone help please?

Thanks, Maurice
« Last Edit: September 06, 2010, 01:37:44 AM by Maurice »
PcLinuxos 2012.02, Kde, dual booted with XP on custom built Desktop, Intel Core 2 Quad  cpu @ 2.4ghz, DG33FB mb, 4gb ram, Nvidia 8600 (512mb), Samsung (500gb) sata

"War does not determine who is right only who is left." Bertrand Russell

Offline Xero

  • Sr. Member
  • ****
  • Posts: 468
Re: Need help tryig to install a driver for D-Link card
« Reply #1 on: August 07, 2010, 08:58:11 AM »
 What card do you have?
There is no shame in saying "I don't know".

Offline Maurice

  • Hero Member
  • *****
  • Posts: 1128
Re: Need help tryig to install a driver for D-Link card
« Reply #2 on: August 07, 2010, 06:16:52 PM »
What card do you have?

D-Link DWL-G510.  I know that this is not supposed to work with linux but I have exactly the same model in another computer and it works fine with Pclos.

However I managed to get past that stage and am now stuck when it comes to loading the modules (ieee files). It says it can't see them.

I queried D-Link about this and am waiting for their reply.
« Last Edit: August 07, 2010, 06:20:30 PM by Maurice »
PcLinuxos 2012.02, Kde, dual booted with XP on custom built Desktop, Intel Core 2 Quad  cpu @ 2.4ghz, DG33FB mb, 4gb ram, Nvidia 8600 (512mb), Samsung (500gb) sata

"War does not determine who is right only who is left." Bertrand Russell

Offline Ertain

  • Sr. Member
  • ****
  • Posts: 365
  • I come in peace. And for some nachos.
Re: Need help tryig to install a driver for D-Link card
« Reply #3 on: August 10, 2010, 07:41:04 PM »
Seems like a very old kernel module to me (could be five years old).  And for some reason it keeps erasing the files in the directory.

Even if you got it to compile it probably wouldn't work, anyway.
"She's the boss, apple sauce!"
 -Frank Cho

Offline Maurice

  • Hero Member
  • *****
  • Posts: 1128
Re: Need help tryig to install a driver for D-Link card
« Reply #4 on: August 10, 2010, 11:37:43 PM »
Seems like a very old kernel module to me (could be five years old).  And for some reason it keeps erasing the files in the directory.

Even if you got it to compile it probably wouldn't work, anyway.

2.6.33.5 -- not what you would call old.
PcLinuxos 2012.02, Kde, dual booted with XP on custom built Desktop, Intel Core 2 Quad  cpu @ 2.4ghz, DG33FB mb, 4gb ram, Nvidia 8600 (512mb), Samsung (500gb) sata

"War does not determine who is right only who is left." Bertrand Russell

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11581
  • ----IOFLU----
Re: Need help tryig to install a driver for D-Link card
« Reply #5 on: August 10, 2010, 11:56:15 PM »
Seems like a very old kernel module to me (could be five years old).  And for some reason it keeps erasing the files in the directory.

Even if you got it to compile it probably wouldn't work, anyway.

2.6.33.5 -- not what you would call old.

That's your kernel, not the kernel module.

Look in /lib/modules/2.6.33.5-pclos1/kernel/drivers/net/wireless/rtl818x/ and you'll find the proper driver rtl8180.ko.gz already installed. As root, try;

[root@localhost ~]# modprobe rtl8180                     <Enter>
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Maurice

  • Hero Member
  • *****
  • Posts: 1128
Re: Need help tryig to install a driver for D-Link card
« Reply #6 on: August 11, 2010, 03:52:32 AM »
Seems like a very old kernel module to me (could be five years old).  And for some reason it keeps erasing the files in the directory.

Even if you got it to compile it probably wouldn't work, anyway.

2.6.33.5 -- not what you would call old.

That's your kernel, not the kernel module.

Look in /lib/modules/2.6.33.5-pclos1/kernel/drivers/net/wireless/rtl818x/ and you'll find the proper driver rtl8180.ko.gz already installed. As root, try;

[root@localhost ~]# modprobe rtl8180                     <Enter>

My apologies Ertain

Yes old-polack. there's a couple there rtl8180.ko.gz and rtl8187.ko.gz but what do I do with them? I've tried extracting them but ark won't launch.

modprobe rtl8180 returned nothing.

« Last Edit: August 11, 2010, 06:08:05 AM by Maurice »
PcLinuxos 2012.02, Kde, dual booted with XP on custom built Desktop, Intel Core 2 Quad  cpu @ 2.4ghz, DG33FB mb, 4gb ram, Nvidia 8600 (512mb), Samsung (500gb) sata

"War does not determine who is right only who is left." Bertrand Russell

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11581
  • ----IOFLU----
Re: Need help tryig to install a driver for D-Link card
« Reply #7 on: August 11, 2010, 08:47:50 AM »
Seems like a very old kernel module to me (could be five years old).  And for some reason it keeps erasing the files in the directory.

Even if you got it to compile it probably wouldn't work, anyway.

2.6.33.5 -- not what you would call old.

That's your kernel, not the kernel module.

Look in /lib/modules/2.6.33.5-pclos1/kernel/drivers/net/wireless/rtl818x/ and you'll find the proper driver rtl8180.ko.gz already installed. As root, try;

[root@localhost ~]# modprobe rtl8180                     <Enter>

My apologies Ertain

Yes old-polack. there's a couple there rtl8180.ko.gz and rtl8187.ko.gz but what do I do with them? I've tried extracting them but ark won't launch.

modprobe rtl8180 returned nothing.


Try;

[root@localhost ~]# lsmod |grep rtl                  <Enter>

It should now show as loaded. Loading modules that succeed returns nothing. Errors are reported only from failures.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Maurice

  • Hero Member
  • *****
  • Posts: 1128
Re: Need help tryig to install a driver for D-Link card
« Reply #8 on: August 11, 2010, 08:05:43 PM »


Try;

[root@localhost ~]# lsmod |grep rtl                  <Enter>

It should now show as loaded. Loading modules that succeed returns nothing. Errors are reported only from failures.

Returns nothing again
PcLinuxos 2012.02, Kde, dual booted with XP on custom built Desktop, Intel Core 2 Quad  cpu @ 2.4ghz, DG33FB mb, 4gb ram, Nvidia 8600 (512mb), Samsung (500gb) sata

"War does not determine who is right only who is left." Bertrand Russell

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11581
  • ----IOFLU----
Re: Need help tryig to install a driver for D-Link card
« Reply #9 on: August 11, 2010, 09:28:41 PM »


Try;

[root@localhost ~]# lsmod |grep rtl                 <Enter>

It should now show as loaded. Loading modules that succeed returns nothing. Errors are reported only from failures.

Returns nothing again

Check for typos.

[root@littleboy ~]# lsmod |grep rtl
[root@littleboy ~]# modprobe rtl8180
[root@littleboy ~]# lsmod |grep rtl
rtl8180                     25057  0
mac80211               139485  1 rtl8180
eeprom_93cx6           1352  1 rtl8180
cfg80211                102437  2 rtl8180,mac80211
[root@littleboy ~]#

I don't even have a reason for this module to be loaded, but it does load on command, and brings in associated modules also.
« Last Edit: August 11, 2010, 09:30:54 PM by old-polack »
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Maurice

  • Hero Member
  • *****
  • Posts: 1128
Re: Need help tryig to install a driver for D-Link card
« Reply #10 on: August 12, 2010, 06:21:40 AM »

Check for typos.

Try;

[root@localhost ~]# lsmod |grep rtl                 <Enter>

It should now show as loaded. Loading modules that succeed returns nothing. Errors are reported only from failures.

Returns nothing again

Check for typos.

[root@littleboy ~]# lsmod |grep rtl
[root@littleboy ~]# modprobe rtl8180
[root@littleboy ~]# lsmod |grep rtl
rtl8180                     25057  0
mac80211               139485  1 rtl8180
eeprom_93cx6           1352  1 rtl8180
cfg80211                102437  2 rtl8180,mac80211
[root@littleboy ~]#

I don't even have a reason for this module to be loaded, but it does load on command, and brings in associated modules also.
.

Checking for typos returns

[root@localhost tita]# lsmod |grep rtl
[root@localhost tita]# modprobe rtl8180
[root@localhost tita]# lsmod |grep rtl
rtl8180                25061  0
mac80211              141920  1 rtl8180
eeprom_93cx6            1352  1 rtl8180
cfg80211              102730  2 rtl8180,mac80211
[root@localhost tita]#







« Last Edit: August 12, 2010, 06:28:41 AM by Maurice »
PcLinuxos 2012.02, Kde, dual booted with XP on custom built Desktop, Intel Core 2 Quad  cpu @ 2.4ghz, DG33FB mb, 4gb ram, Nvidia 8600 (512mb), Samsung (500gb) sata

"War does not determine who is right only who is left." Bertrand Russell

Offline Maurice

  • Hero Member
  • *****
  • Posts: 1128
Re: Need help tryig to install a driver for D-Link card
« Reply #11 on: August 12, 2010, 06:16:47 PM »
When I try to connect, the light on my adapter card flickers madly but the modem  does not respond. Also  the Network Center shows the green icon as though the wireless network was working.

Does this show that my adapter is working and I don't need to use ndiswrapper? Or what?
PcLinuxos 2012.02, Kde, dual booted with XP on custom built Desktop, Intel Core 2 Quad  cpu @ 2.4ghz, DG33FB mb, 4gb ram, Nvidia 8600 (512mb), Samsung (500gb) sata

"War does not determine who is right only who is left." Bertrand Russell

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11581
  • ----IOFLU----
Re: Need help tryig to install a driver for D-Link card
« Reply #12 on: August 12, 2010, 06:27:01 PM »
When I try to connect, the light on my adapter card flickers madly but the modem  does not respond. Also  the Network Center shows the green icon as though the wireless network was working.

Does this show that my adapter is working and I don't need to use ndiswrapper? Or what?

Off hand I'd say your wireless is trying to work, but you may need to reset the router or modem. Both my router and modem are Linksys, but separate units. Usually it's the modem that needs resetting, when this happens, but sometimes both. You could try pinging the router, then the modem, then something in the outside world.

If you can't reach the router, the problem is with the card's setup. If you can reach the router, but not the modem the router may need to be reset to see the modem. If you reach the modem, but not the outside world, reset the modem. I usually ping the DNS server next, and if that works, then ping Google. If I can reach Google, I can reach the world.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Maurice

  • Hero Member
  • *****
  • Posts: 1128
Re: Need help tryig to install a driver for D-Link card
« Reply #13 on: August 12, 2010, 08:41:14 PM »
When I try to connect, the light on my adapter card flickers madly but the modem  does not respond. Also  the Network Center shows the green icon as though the wireless network was working.

Does this show that my adapter is working and I don't need to use ndiswrapper? Or what?

Off hand I'd say your wireless is trying to work, but you may need to reset the router or modem. Both my router and modem are Linksys, but separate units. Usually it's the modem that needs resetting, when this happens, but sometimes both. You could try pinging the router, then the modem, then something in the outside world.

If you can't reach the router, the problem is with the card's setup. If you can reach the router, but not the modem the router may need to be reset to see the modem. If you reach the modem, but not the outside world, reset the modem. I usually ping the DNS server next, and if that works, then ping Google. If I can reach Google, I can reach the world.

I reset it but it didn't help. However I've just bought a Linksys wmp 54 card on eBay. It will take a few days to arrive so will let you know how it goes when I install it.

As always thanks again for your suggestions o-p

Maurice
PcLinuxos 2012.02, Kde, dual booted with XP on custom built Desktop, Intel Core 2 Quad  cpu @ 2.4ghz, DG33FB mb, 4gb ram, Nvidia 8600 (512mb), Samsung (500gb) sata

"War does not determine who is right only who is left." Bertrand Russell

Offline Maurice

  • Hero Member
  • *****
  • Posts: 1128
Re: Need help tryig to install a driver for D-Link card
« Reply #14 on: August 16, 2010, 09:06:04 PM »
I've got this Linksys wmp54G adapter which someone on another thread recommended as working with Linux but I can't get it to work. I transferred the driver (.cat .inf and .sys) from the cd that came with it into my home directory but no joy. Where should I put these files? The cd was no help with Linux.

I've also noticed that the wlan0 device in the setup has changed to wlan4. Is this significant? What else can I do to get it to work? Thanks.
PcLinuxos 2012.02, Kde, dual booted with XP on custom built Desktop, Intel Core 2 Quad  cpu @ 2.4ghz, DG33FB mb, 4gb ram, Nvidia 8600 (512mb), Samsung (500gb) sata

"War does not determine who is right only who is left." Bertrand Russell