SliTaz SliTaz Forum

You are not logged in.

#1 2011-12-31 09:08:03

Guest
Guest

help needed with USB wireless adapter

hi

I am trying to get a pluscom usb wireless adapter to work in slitaz but I can't figure out how to do it.

It comes with a disc that includes a linux driver and a install.sh script but it comes up with errors when I try to run it.

It is a realtek 8188c.

does anyone know how to install one of these ? Also need instructions in simple steps as i am quite new  to linux.

thanks

#2 2011-12-31 10:31:33

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: help needed with USB wireless adapter

Boot into slitaz,open xterm.

Type in this command:

[c]uname -a >> wireless.txt && cat /proc/bus/usb/devices >> wireless.txt[/c]

Hit Enter/Return

less wireless.txt

Verify the information was printed in wireless.txt

Q key kills less

Copy wireless.txt to flashdrive.

Plug flashdrive in computer with internet.

Upload wireless.txt as attachment to reply

Offline

#3 2011-12-31 11:00:36

Guest
Guest

Re: help needed with USB wireless adapter

hi thanks for your reply the txt file should be attached.

#4 2011-12-31 11:14:15

Guest
Guest

Re: help needed with USB wireless adapter

hi I ran lsusb after i posted the last post and the wireless.txt and it diden't seem to have detected it so I rebooted and ran the wireless.txt again and here is the correct file attached .

#5 2011-12-31 17:48:18

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: help needed with USB wireless adapter

I have a Zioncom USB Adapter WL0162, which is running with rt2800usb - it seems correct - scanning is ok, but it does not connect and what is strange - the usb stick makes strange sounds... - its working by compiling the driver straight from realtek.

in your case, the driver should be:

http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=21&PFid=48&Level=5&Conn=4&DownTypeID=3&GetDown=false

select the 8188C corresponding to your country - Europa, USA or Russsia..... and compile it

Offline

#6 2012-01-01 05:45:08

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: help needed with USB wireless adapter

@vikingali

Download: http://dl.dropbox.com/u/5197027/slitaz/rtlwifi-2.6.30.6.tazpkg

Open Xterm,su,password:root

root@slitaz:~# [c]tazpkg install rtlwifi-2.6.30.6.tazpkg[/c]

root@slitaz:~# [c]modprobe rtl8192cu[/c]

root@slitaz:~# [c]wifibox[/c]

Configure the wireless connection,start the network.

Set default interface,start wifi on boot:

# [c]leafpad /etc/network.conf[/c]

The wireless network is not autostarting on boot:

root@slita:~# [c]lsmod[/c]

If rtl8192cu is not listed,it's not autoloading.

root@slitaz:~# [c]leafpad /etc/rcS.conf[/c]

Add rtl8192cu to LOAD_MODULES=

File/Save/Quit

Control network from terminal:

# [c]/etc/init.d/network.sh start | stop | restart[/c]

Offline

#7 2012-01-01 21:02:56

Guest
Guest

Re: help needed with USB wireless adapter

@mojo Thanks for reply I have done what you have suggested but it still isn't working .It doesn't show any networks in wireless manager, it shows up when I click on "Auto Detect devices" button in the drivers tab.

I also see it at boot and it is given a mac address.

But it doesn't show up in network manager.

Any ideas thanks

@kultex thanks for your reply I did download that before I tried on here but it comes up with an error when I tried to compile it.(don't know if I was doing something wrong but need simple instructions as I am still a beginner with linux. I am probably doing sominthing wrong but not sure what)

#8 2012-01-01 23:16:39

Guest
Guest

Re: help needed with USB wireless adapter

@kultex these are the errors I get when I try to make a driver from the download (see attached screen shot) Am I missing a package? thanks

[attachment=4983,267]

#9 2012-01-02 05:40:54

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: help needed with USB wireless adapter

@vikingali

Open Xterm,su,password:root

root@slitaz:~# modprobe rtl8192cu

Verify rtl8192cu is listed:

root@slitaz:~# [c]lsmod[/c]

root@slitaz:~# [c]ls /sys/class/net[/c]

Do you see wlan0 listed?

No:

Open another xterm window

root@slitaz:~# [c]tail -f /var/log/messages[/c]

Post kernel message errors while you modprobe rtl8192cu in other xterm.

Yes:

root@slitaz:~# [c]ifconfig wlan0[/c]

Is wlan0 listed?

No:

root@slitaz:~# [c]ifconfig wlan0 up[/c]

Verify ifconfig wlan0 lists wlan0.

root@slitaz:~#[c]iwlist wlan0 scan[/c]

Yes:

root@slitaz:~# [c]iwlist wlan0 scan[/c]

Do you see your access point listed?

Yes:

The wireless adapter receives the AP's signal.

If you get this far you should be able to connect using wifibox.

The wireless access point must broadcast the EESID.

To compile:

root@slitaz:~# [c]tazpkg get-install slitaz-toolchain[/c]

root@slitaz:~# [c]tazpkg get-install linux-source[/c]

Offline

#10 2012-01-03 00:56:37

Guest
Guest

Re: help needed with USB wireless adapter

@mojo Thanks for all your help. It doesn't seem to list wlan0 I have attached a screenshot it says something about failed to request firmware is that the problem?

[attachment=5012,268]

#11 2012-01-03 01:36:00

Guest
Guest

Re: help needed with USB wireless adapter

I forgot to add this

[attachment=5013,269]

#12 2012-01-03 08:04:59

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: help needed with USB wireless adapter

There is a problem with the firmware - which firmware did you put in /lib/firmware?

And can you give me the detailed name of the pluscom stick

Offline

#13 2012-01-03 12:56:13

Guest
Guest

Re: help needed with USB wireless adapter

@kultex it just says pluscom wireless 11N usb adapter 150Mbps 802.11 n on the packaging.

I have attached a screenshot of the fireware.

[attachment=5020,270]

#14 2012-01-03 22:14:14

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: help needed with USB wireless adapter

can you try to compile the compat wireless driver as described here

http://forum.slitaz.org/topic/slitaz-wireless-some-tips-if-you-have-troubles

Offline

#15 2012-01-04 07:30:40

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: help needed with USB wireless adapter

@kultex

Compat-wireless-2011-12-30.tar.bz2 was used to compile this driver.

@vikingali

Open xterm:

root@slitaz:~# chmod 644 /lib/firmware/rtlwifi/*

Rerun the instructions in my previous post.

See if wlan0 registers without failed to request firmware! message.

I compiled RTL819xCU_USB_linux_v3.3.1_3083.zip from realtek downloads.

The driver doesn't load:

root@slitaz:/home/tux# modprobe 8192cu

insmod: cannot insert '/lib/modules/2.6.30.6-slitaz/kernel/drivers/net/wireless/8192cu.ko': unknown symbol in module

modprobe: failed to load module 8192cu: No such file or directory

Error message:

Jan  4 02:11:48 (none) user.warn kernel: 8192cu: Unknown symbol usb_autopm_set_interface

Jan  4 02:11:48 (none) user.warn kernel: 8192cu: Unknown symbol usb_autopm_get_interface

Offline

#16 2012-01-04 09:09:01

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: help needed with USB wireless adapter

sorry mojo, if I interfered - but for example the Zincom stick does not work with Compat-wireless-2011-12-30.tar.bz2 - it works only with compat-wireless-2.6.37-4.tar.bz2

Offline

#17 2012-01-04 23:03:59

Guest
Guest

Re: help needed with USB wireless adapter

@mojo Thanks for your help but it still seems to come up with the same error

#18 2012-01-05 21:34:01

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: help needed with USB wireless adapter

first - sorry - the driver is not included in compat-wireless-2.6.37-4.tar.bz2

then I searched a bit and found, that this stick works only with the realtek driver - just with kernel 3.02 it should work out of the box

Maybe you can try it with godanes iso http://godane.wordpress.com/ - I think thats a developing iso with kernel 3.02

I tried to compile the realtek driver on slitaz-libre, but I cant make install

@mojo

do you have an idea, what I can do, when I get this error?

root@slitaz:~# make install

make: *** No rule to make target `install'.  Stop.

Offline

#19 2012-01-07 05:09:56

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: help needed with USB wireless adapter

@kultex

Are you sure your in the correct directory with the make file ?

godanes iso: there is no public repo,the user has to compile their own tazpkgs.

@vikingali

#tazpkg remove rtlwifi

Try these:

http://dl.dropbox.com/u/5197027/slitaz/rtlwifi-2.6.39-1.tazpkg

http://dl.dropbox.com/u/5197027/slitaz/rtlwifi-2.6.39-1-sn.tazpkg

If they fail upload the driver that came with the adapter to dropbox,mediafire,etc..

Post the download link.

Offline

#20 2012-01-07 19:39:20

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: help needed with USB wireless adapter

@mojo

a lot of tazpkgs are included in godanes iso - it has 345MB - I think just for trying, if the stick  works there?

as always - I am compiling in /home/tux - as there is no config file, I just start with make - and it produces rtl8192cu.ko - then I get root and then make install - should this be done somewhere else? or should I load the rtl8192cu.ko with insmod?

Offline

#21 2012-01-07 20:44:46

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: help needed with USB wireless adapter

@kultex

If [c]make[/c] compiles, but [c]make install[/c] fails I have no answer unless there is no install script.

Directions: http://wireless.kernel.org/en/users/Download

Selecting your driver,Building and Installing sections on that page

Download rtlwifi-2.6.39-1.tazkg from my previous post,extract it,look at the files.list and receipt.

This will show you where to install rtl8192cu.ko and the post install command to run in terminal.

Offline

#22 2012-01-07 21:28:49

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: help needed with USB wireless adapter

@mojo

but you compiled RTL819xCU_USB_linux_v3.3.1_3083.zip on slitaz cooking without a problem? - did you run the install.sh or did you compile the driver.

Maybe I have to discuss this with gokhlayeh, because this is an error in slitaz-libre

Offline

#23 2012-01-08 16:22:38

Guest
Guest

Re: help needed with USB wireless adapter

@mojo thanks again for your help but I couldn't get it to work with those two either. Here is a link to the driver on the disk that came with it .

http://dl.dropbox.com/u/56236916/Linux_Driver/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1180.20101116/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1180.20101116/driver/rtl8192CU_linux_v2.0.1180.20101116.tar.gz

thanks again for help

@kultex thanks for your help too.

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.020 seconds, 9 queries executed - Memory usage: 1.57 MiB (Peak: 1.77 MiB) ]