Author Topic: Edit* Need help getting a *Netis WF2117* wireless device to work  (Read 1678 times)

Offline sling-shot

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1730
  • Satyameva Jayate | Truth Alone Triumphs.
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #15 on: January 15, 2013, 10:29:33 AM »
Now we get on to dangerous territory here. You probably need to build and install the driver for the card to be even recognised.

Once that driver which you got is uncompressed, you will see a readme file inside that.
It says :
Code: [Select]
(1)Build up the driver from the source code
          ./makedrv

    (2)Load the driver module to kernel and start up nic
    ./wlan0up
           (if "insmod: error inserting 'r8180.ko': -File exists." met,
        ./wlan0rmv
./wlan0down
./wlan0up
    should be OK.
   )

If you are adventurous, you could try that.

BETTER STILL.... contact the seller regarding further information. Or package request.....
Packaging well will cure headaches of many :) But learning to package will cause headaches in many :(

AMD AthlonX2 3600+/ASUS M2NPV-VM/ATi HD4670/Onboard sound/3.5GB DDR2-533 RAM/SEAGATE 160+320GB HDD/DELL S2240L FullHD/Creative SBS370 2.1/PCLinuxOS2013/KDE4
Samsung NP305U1-A06IN | Nokia E6

Offline Linux-Blue

  • Sr. Member
  • ****
  • Posts: 370
  • (Formerly known as Vanguard-741)
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #16 on: January 15, 2013, 10:40:11 AM »
tried that last night, and again, now:

[jeremybailey@localhost rtl8185_linux_26.1027.0823.2007]$ ./makedrv
./ieee80211/
./ieee80211/ieee80211_module.c
./ieee80211/ieee80211_rx.c
./ieee80211/tags
./ieee80211/Makefile
./ieee80211/ieee80211_crypt_tkip.c
./ieee80211/ieee80211_softmac.c
./ieee80211/readme
./ieee80211/ieee80211_crypt_ccmp.c
./ieee80211/ieee80211.h
./ieee80211/ieee80211_tx.c
./ieee80211/ieee80211_softmac_wx.c
./ieee80211/ieee80211_crypt.h
./ieee80211/ieee80211_wx.c
./ieee80211/license
./ieee80211/ieee80211_crypt_wep.c
./ieee80211/ieee80211_crypt.c
rtl8185/
rtl8185/README.adhoc
rtl8185/r8180_sa2400.h
rtl8185/Makefile
rtl8185/copying
rtl8185/README.master
rtl8185/r8180.h
rtl8185/install
rtl8185/r8180_max2820.h
rtl8185/r8180_max2820.c
rtl8185/r8180_rtl8225.h
rtl8185/r8180_wx.h
rtl8185/authors
rtl8185/tags
rtl8185/r8180_pm.c
rtl8185/r8180_hw.h
rtl8185/r8180_gct.c
rtl8185/r8180_gct.h
rtl8185/r8180_rtl8225.c
rtl8185/readme
rtl8185/r8180_93cx6.h
rtl8185/ieee80211.h
rtl8185/license
rtl8185/r8180_pm.h
rtl8185/changes
rtl8185/r8180_rtl8225z2.c
rtl8185/r8180_wx.c
rtl8185/r8180_rtl8255.c
rtl8185/r8180_93cx6.c
rtl8185/r8180_sa2400.c
rtl8185/r8180_core.c
rtl8185/r8180_rtl8255.h
rtl8185/ieee80211_crypt.h
rm -f *.mod.c *.mod *.o .*.cmd *.ko
rm -rf /home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/tmp
make -C /lib/modules/3.2.18-pclos2.bfs/build M=/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211 CC=gcc modules
make[1]: Entering directory `/usr/src/kernel-devel-3.2.18-pclos2.bfs'
  CC [M]  /home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.o
In file included from /home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:17:0:
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211.h:1011:24: error: field ‘ps_task’ has incomplete type
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c: In function ‘ieee80211_rx_frame_softmac’:
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:1529:3: error: implicit declaration of function ‘tasklet_schedule’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c: In function ‘ieee80211_softmac_init’:
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2236:9: warning: assignment from incompatible pointer type
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2237:9: warning: assignment from incompatible pointer type
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2238:9: warning: assignment from incompatible pointer type
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2239:9: warning: assignment from incompatible pointer type
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2240:9: warning: assignment from incompatible pointer type
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2241:9: warning: assignment from incompatible pointer type
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2249:2: error: implicit declaration of function ‘tasklet_init’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c: In function ‘ieee80211_wpa_set_encryption’:
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2494:3: error: implicit declaration of function ‘request_module’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2523:3: error: implicit declaration of function ‘try_module_get’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c: At top level:
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2668:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2668:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2668:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2669:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2669:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2669:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2670:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2670:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2670:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2671:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2671:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2671:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2672:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2672:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2672:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2673:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2673:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2673:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2674:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2674:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2674:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2675:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2675:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2675:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2676:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2676:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2676:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2677:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2677:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2677:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2678:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2678:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2678:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2679:1: warning: data definition has no type or storage class
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2679:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.c:2679:1: warning: parameter names (without types) in function declaration
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211.h:1212:37: warning: ‘netdev_priv’ is static but used in inline function ‘ieee80211_priv’ which is not static
make[2]: *** [/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211/ieee80211_softmac.o] Error 1
make[1]: *** [_module_/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/ieee80211] Error 2
make[1]: Leaving directory `/usr/src/kernel-devel-3.2.18-pclos2.bfs'
make: *** [modules] Error 2
rm -f *.mod.c *.mod *.o .*.cmd *.ko *~
rm -rf /home/jeremybailey/rtl8185_linux_26.1027.0823.2007/rtl8185/tmp
make -C /lib/modules/3.2.18-pclos2.bfs/build M=/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/rtl8185 CC=gcc modules
make[1]: Entering directory `/usr/src/kernel-devel-3.2.18-pclos2.bfs'
  CC [M]  /home/jeremybailey/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.o
In file included from /home/jeremybailey/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180.h:44:0,
                 from /home/jeremybailey/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:61:
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/rtl8185/ieee80211.h:1011:24: error: field ‘ps_task’ has incomplete type
In file included from /home/jeremybailey/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.c:61:0:
/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180.h:46:27: fatal error: asm/semaphore.h: No such file or directory
compilation terminated.
make[2]: *** [/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/rtl8185/r8180_core.o] Error 1
make[1]: *** [_module_/home/jeremybailey/rtl8185_linux_26.1027.0823.2007/rtl8185] Error 2
make[1]: Leaving directory `/usr/src/kernel-devel-3.2.18-pclos2.bfs'
make: *** [modules] Error 2
[jeremybailey@localhost rtl8185_linux_26.1027.0823.2007]$ ./wlan0up
insmod: can't read 'ieee80211_crypt-rtl.ko': No such file or directory
insmod: can't read 'ieee80211_crypt_wep-rtl.ko': No such file or directory
insmod: can't read 'ieee80211_crypt_tkip-rtl.ko': No such file or directory
insmod: can't read 'ieee80211_crypt_ccmp-rtl.ko': No such file or directory
insmod: can't read 'ieee80211-rtl.ko': No such file or directory
insmod: can't read 'r8180.ko': No such file or directory
wlan0: unknown interface: No such device
[jeremybailey@localhost rtl8185_linux_26.1027.0823.2007]$ ./wlan0rmv
bash: ./wlan0rmv: No such file or directory
[jeremybailey@localhost rtl8185_linux_26.1027.0823.2007]$ ./wlan0down
wlan0: unknown interface: No such device
ERROR: Module r8180 does not exist in /proc/modules
ERROR: Module ieee80211_rtl does not exist in /proc/modules
ERROR: Module ieee80211_crypt_ccmp_rtl does not exist in /proc/modules
ERROR: Module ieee80211_crypt_tkip_rtl does not exist in /proc/modules
ERROR: Module ieee80211_crypt_wep_rtl does not exist in /proc/modules
ERROR: Module ieee80211_crypt_rtl does not exist in /proc/modules
[jeremybailey@localhost rtl8185_linux_26.1027.0823.2007]$ ./wlan0up
insmod: can't read 'ieee80211_crypt-rtl.ko': No such file or directory
insmod: can't read 'ieee80211_crypt_wep-rtl.ko': No such file or directory
insmod: can't read 'ieee80211_crypt_tkip-rtl.ko': No such file or directory
insmod: can't read 'ieee80211_crypt_ccmp-rtl.ko': No such file or directory
insmod: can't read 'ieee80211-rtl.ko': No such file or directory
insmod: can't read 'r8180.ko': No such file or directory
wlan0: unknown interface: No such device
[jeremybailey@localhost rtl8185_linux_26.1027.0823.2007]$
Technology changes. Human nature doesn't." -me

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11598
  • ----IOFLU----
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #17 on: January 15, 2013, 10:55:57 AM »
Vanguard-741:

Just for the sake of argument, try loading the kernel module r8187se using this command as root;

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

Then check again to see if the wifi card is now recognized.
Old-Polack

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



Lest we forget...

Offline Linux-Blue

  • Sr. Member
  • ****
  • Posts: 370
  • (Formerly known as Vanguard-741)
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #18 on: January 15, 2013, 11:02:08 AM »
Whenver I can, I like typing on my phone about what happened, rather than copy+paste in a txt file on my flash drive, then turn on my laptop that has a 33% of connection online to paste the info.

This is simple, typed it in, and it only dropped a line.

Root@localhost jeremybailey] modprobe r8187se
Root@localhost jeremybailey]

Now what? do the. /makedrv or something else?

Im still not seeing it in the network center
doing lspci shows the same results
Technology changes. Human nature doesn't." -me

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11598
  • ----IOFLU----
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #19 on: January 15, 2013, 11:12:23 AM »
Whenver I can, I like typing on my phone about what happened, rather than copy+paste in a txt file on my flash drive, then turn on my laptop that has a 33% of connection online to paste the info.

This is simple, typed it in, and it only dropped a line.

Root@localhost jeremybailey] modprobe r8187se
Root@localhost jeremybailey]

Now what? do the. /makedrv or something else?

Im still not seeing it in the network center
doing lspci shows the same results

Check in PCC --> Hardware --> Browse and configure hardware to see if the device is shown.
Old-Polack

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



Lest we forget...

Offline Linux-Blue

  • Sr. Member
  • ****
  • Posts: 370
  • (Formerly known as Vanguard-741)
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #20 on: January 15, 2013, 11:17:56 AM »
Under ethernetcard, I see

Device 5362.
vendor ralink corp.
description: device 5362
media class: network controller

Connection-

Bus: pci
pci domain: 0
bus pci #: 3
pci device #: 2
Pci fuction #: 0
Vendor id: 0x1814
device id 0x5362

Module - unknown
Technology changes. Human nature doesn't." -me

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11598
  • ----IOFLU----
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #21 on: January 15, 2013, 11:26:19 AM »
Vanguard-741:

Taking a step back, what kernel is running on that installation?

[root@localhost ~]# uname -r                               <Enter>
Old-Polack

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



Lest we forget...

Offline Linux-Blue

  • Sr. Member
  • ****
  • Posts: 370
  • (Formerly known as Vanguard-741)
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #22 on: January 15, 2013, 11:31:03 AM »
3.2.18-pclos2.bfs
Technology changes. Human nature doesn't." -me

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11598
  • ----IOFLU----
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #23 on: January 15, 2013, 12:50:02 PM »
3.2.18-pclos2.bfs

Going from the driver you tried to build, the last kernel I can find that used it is the 2.6.31.9-pclos3 kernel, from the old 2007-2009 PClinuxOS release. That's pretty old and outdated, and probably why it wouldn't build with the 3.2.18 kernel.

In that old kernel, the r8180* files are found in the kernel sources at usr/src/linux-2.6.31.9-pclos3/drivers/staging/rtl8187se/

[root@fatman ~]# ls -l /usr/src/linux-2.6.31.9-pclos3/drivers/staging/rtl8187se/ |grep 8180
-rw-r--r-- 1 root root   3465 Sep  9  2009 r8180_93cx6.c
-rw-r--r-- 1 root root   1688 Sep  9  2009 r8180_93cx6.h
-rw-r--r-- 1 root root 176178 Sep  9  2009 r8180_core.c
-rw-r--r-- 1 root root  49934 Sep  9  2009 r8180_dm.c
-rw-r--r-- 1 root root   1301 Sep  9  2009 r8180_dm.h
-rw-r--r-- 1 root root   7076 Sep  9  2009 r8180_gct.c
-rw-r--r-- 1 root root    810 Sep  9  2009 r8180_gct.h
-rw-r--r-- 1 root root  21728 Sep  9  2009 r8180.h
-rw-r--r-- 1 root root  29224 Sep  9  2009 r8180_hw.h
-rw-r--r-- 1 root root   5592 Sep  9  2009 r8180_max2820.c
-rw-r--r-- 1 root root    757 Sep  9  2009 r8180_max2820.h
-rw-r--r-- 1 root root   2194 Sep  9  2009 r8180_pm.c
-rw-r--r-- 1 root root    735 Sep  9  2009 r8180_pm.h
-rw-r--r-- 1 root root  23730 Sep  9  2009 r8180_rtl8225.c
-rw-r--r-- 1 root root   1586 Sep  9  2009 r8180_rtl8225.h
-rw-r--r-- 1 root root  39647 Sep  9  2009 r8180_rtl8225z2.c
-rw-r--r-- 1 root root  60413 Sep  9  2009 r8180_rtl8255.c
-rw-r--r-- 1 root root    534 Sep  9  2009 r8180_rtl8255.h
-rw-r--r-- 1 root root   5464 Sep  9  2009 r8180_sa2400.c
-rw-r--r-- 1 root root    967 Sep  9  2009 r8180_sa2400.h
-rw-r--r-- 1 root root  40581 Sep  9  2009 r8180_wx.c
-rw-r--r-- 1 root root    723 Sep  9  2009 r8180_wx.h

They don't show up in any of the later kernels.

Using the same relative path with the kernel you are using I found this in the Kconfig file.

config R8187SE
   tristate "RealTek RTL8187SE Wireless LAN NIC driver"
   depends on PCI && WLAN
   depends on m
   select WIRELESS_EXT
   select WEXT_PRIV
   select EEPROM_93CX6
   select CRYPTO
   default N
   ---help---
     If built as a module, it will be called r8187se.ko.

Which is why I had you load that module, to see if it would hook up with your device.

The Makefile only references four of the r8180* files;


#ccflags-y += -DCONFIG_IEEE80211_NOWEP=y
#ccflags-y += -std=gnu89
#ccflags-y += -O2
#CC            = gcc

ccflags-y := -DSW_ANTE
ccflags-y += -DTX_TRACK
ccflags-y += -DHIGH_POWER
ccflags-y += -DSW_DIG
ccflags-y += -DRATE_ADAPT

#enable it for legacy power save, disable it for leisure  power save
ccflags-y += -DENABLE_LPS


#ccflags-y := -mhard-float -DCONFIG_FORCE_HARD_FLOAT=y

r8187se-y :=         \
      r8180_core.o         \
      r8180_wx.o      \
      r8180_rtl8225z2.o   \
      r8185b_init.o      \
      r8180_dm.o      \
      ieee80211/dot11d.o         \
      ieee80211/ieee80211_softmac.o      \
      ieee80211/ieee80211_rx.o      \
      ieee80211/ieee80211_tx.o      \
      ieee80211/ieee80211_wx.o      \
      ieee80211/ieee80211_module.o      \
      ieee80211/ieee80211_softmac_wx.o   \
      ieee80211/ieee80211_crypt.o      \
      ieee80211/ieee80211_crypt_tkip.o   \
      ieee80211/ieee80211_crypt_ccmp.o   \
      ieee80211/ieee80211_crypt_wep.o

obj-$(CONFIG_R8187SE)   += r8187se.o

The Realtek site page, from the AZIO provided link only shows support for 2.6.x kernels, with the last update time listed as 2010/1/25, for the RTL8185L, and 2010/10/6, for the RTL8187L, which could mean that they don't have kernel 3.x.x support yet.

Were it me, I'd be talking directly with LinPC, or AZIO, or both, to find out what the status of this card is, at present, relative to drivers for 3.x.x kernels. It could be the card has gone obsolete, and LinPC is unaware of that.
Old-Polack

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



Lest we forget...

Offline Linux-Blue

  • Sr. Member
  • ****
  • Posts: 370
  • (Formerly known as Vanguard-741)
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #24 on: January 15, 2013, 01:01:26 PM »
My sister has a wireless card, I think. Its certainly a few years old though. Guessing 2008. Is there a wireless card you'd suggest?

I am looking for a wireless card, good distance. Not sure if that's G or N type. I want it to work with pclinuxos.
That's about it.

Thank you for the work you guys have put into this. My card, I guess, is no good.
« Last Edit: January 15, 2013, 01:06:08 PM by Vanguard-741 »
Technology changes. Human nature doesn't." -me

Offline Linux-Blue

  • Sr. Member
  • ****
  • Posts: 370
  • (Formerly known as Vanguard-741)
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #25 on: January 15, 2013, 03:38:51 PM »
where is that wikipedia-like site that I believe you guys have shown what wireless cards work and which ones dont? i can't seem to find it again.
Technology changes. Human nature doesn't." -me

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11598
  • ----IOFLU----
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #26 on: January 15, 2013, 04:05:25 PM »
My sister has a wireless card, I think. Its certainly a few years old though. Guessing 2008. Is there a wireless card you'd suggest?

I am looking for a wireless card, good distance. Not sure if that's G or N type. I want it to work with pclinuxos.
That's about it.

Thank you for the work you guys have put into this. My card, I guess, is no good.

I don't personally have any experience with WIFI adapters, as all of my connections are wired. I'm sure there are plenty of other members of the community, that are currently using WIFI enabled systems, to help you out with information about the cards that they are successfully using.
Old-Polack

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



Lest we forget...

Offline Linux-Blue

  • Sr. Member
  • ****
  • Posts: 370
  • (Formerly known as Vanguard-741)
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #27 on: January 15, 2013, 04:07:46 PM »
I miss those days. thanks anyway. I may have a shot with my sisters. I think a new topic is best though.
Technology changes. Human nature doesn't." -me

Offline Linux-Blue

  • Sr. Member
  • ****
  • Posts: 370
  • (Formerly known as Vanguard-741)
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #28 on: January 15, 2013, 04:50:59 PM »
my sisters wireless card is showing up on the computer, and it lists some SSID's. It won't allow me to connect though.  ???

I just don't get it. Any ideas as to why I can't connect?
Technology changes. Human nature doesn't." -me

Offline sling-shot

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1730
  • Satyameva Jayate | Truth Alone Triumphs.
Re: Edit* Need help getting an *AZIO AWD154* wireless device to work
« Reply #29 on: January 16, 2013, 11:51:10 PM »
If it is showing but not connecting, could be a mis-match of encryption method / connection mode. Have you double checked on that?

Any news from LinPC?
Packaging well will cure headaches of many :) But learning to package will cause headaches in many :(

AMD AthlonX2 3600+/ASUS M2NPV-VM/ATi HD4670/Onboard sound/3.5GB DDR2-533 RAM/SEAGATE 160+320GB HDD/DELL S2240L FullHD/Creative SBS370 2.1/PCLinuxOS2013/KDE4
Samsung NP305U1-A06IN | Nokia E6