WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: USB wifi card - dlink dwa125  (Read 4699 times)

Offline andie

  • Newbie
  • *
  • Posts: 5
USB wifi card - dlink dwa125
« on: July 15, 2011, 08:47:09 PM »
hi all,

i am new to linux but extremely keen on getting tiny to work on my computer.

i have dlink dwa125, a usb wifi stick. for some reason it is not working in TC. the orange LED on the stick doesn't even flicker when i boot into TC.

i tried ndiswrapper and then modprobe. when i run wifi.sh i am told 'no wifi device found'.

any help is resolving the same will be greatly appreciated.

best,

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: USB wifi card - dlink dwa125
« Reply #1 on: July 15, 2011, 09:24:25 PM »
This:

http://ubuntuforums.org/showthread.php?t=1289917

..explains how to obtain and load an appropriate lunux driver

Offline andie

  • Newbie
  • *
  • Posts: 5
Re: USB wifi card - dlink dwa125
« Reply #2 on: July 15, 2011, 09:58:39 PM »
hey Juanito,

 tx for the reply :). need help with one more thing. i'd like to know which package should i install to be able to 'make' the driver source.

also, would greatly help if you can tell me how to install a package :-[

tx again,
//andie

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: USB wifi card - dlink dwa125
« Reply #3 on: July 15, 2011, 10:18:22 PM »
..i'd like to know which package should i install to be able to 'make' the driver source.
for kernel drivers you need the compiletc and linux-headers-2.6.33.3-tinycore extensions

Quote
also, would greatly help if you can tell me how to install a package :-[
See http://wiki.tinycorelinux.net/wiki:creating_extensions

Offline andie

  • Newbie
  • *
  • Posts: 5
Re: USB wifi card - dlink dwa125
« Reply #4 on: July 16, 2011, 03:28:04 AM »
hey Juanito,

Thanks a ton. Will try and revert asap. Given that it took me a week to install TC, i suspect this will also take a while.

tx again,
//andie



Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: USB wifi card - dlink dwa125
« Reply #5 on: July 16, 2011, 03:51:18 AM »
You might want to look here also (Getting the Belkin N+ Wireless USB Networking Adapter to work with Ubuntu):

http://beautifuldiscovery.wordpress.com/page/10/?archives-list=1

..and note that I get this:
Code: [Select]
/usr/src/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rtmp_chip.c: In function 'RtmpChipOpsHook':
/usr/src/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rtmp_chip.c:467: error: implicit declaration of function 'RT33xx_Init'
make[2]: *** [/usr/src/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rtmp_chip.o] Error 1
make[1]: *** [_module_/usr/src/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux] Error 2
make[1]: Leaving directory `/usr/local/src/linux-headers-2.6.33.3-tinycore'
make: *** [LINUX] Error 2
..when I try to specify rt3070, but it works to produce a driver rt5370 if I leave things alone.
« Last Edit: July 16, 2011, 04:00:48 AM by Juanito »

Offline andie

  • Newbie
  • *
  • Posts: 5
Re: USB wifi card - dlink dwa125
« Reply #6 on: July 16, 2011, 01:53:37 PM »
hey Juanito,

is it possible to download the compiletc and linux-headers-2.6.33.3-tinycore extensions in windows and then i install them locally?

thanks,
//andie

ps: just noticed the number of applications you have contributed to in the tcz repository. congratulations.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: USB wifi card - dlink dwa125
« Reply #7 on: July 16, 2011, 02:05:25 PM »
Look in the scripts section of the fora.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: USB wifi card - dlink dwa125
« Reply #8 on: July 16, 2011, 08:39:23 PM »
is it possible to download the compiletc and linux-headers-2.6.33.3-tinycore extensions in windows and then i install them locally?

Yes and no - if you download in windows, you will not automatically get the dependent extensions and will have to go one by one through the dep file - unless, as gerald_clark is indicating, there's a script to do this?