SliTaz SliTaz Forum

You are not logged in.

#1 2012-11-21 15:48:19

Arthur
Member
Registered: 2012-05-10
Posts: 58

Wireless no Slitaz

I purchased a 3g router and my internet switched to wireless. Now I can not make it work. It recognizes the network but does not connect. could you help me?

Arthur

Offline

#2 2012-11-21 16:38:47

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: Wireless no Slitaz

What kind of 3G router and what is it's model number? Does it show up in lspci and dmesg? The more information you can provide, the easier it will be to help you.

Offline

#3 2012-11-29 22:07:31

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

My router is a ENCORE 3G Wireless N-150 model ENHWI-3GN3.

It recognizes the network but does not connect. I think missing some file or enable some function. On the computer I have a Wireless N USB Adapter 150 Mbps INTELBRAS WBN 900. Works fine on Ubuntu and XP. Up Slack in puppy 5.3.3 it works. He took a little work but Freebiss resolved.

Offline

#4 2012-11-30 15:13:28

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

Re: Wireless no Slitaz

Reply with output from these commands:

[c]lsusb[/c]

[c]ifconfig[/c]

[c]lsmod[/c]

[c]uname -a[/c]

[c]iwconfig[/c]

[c]ls /sys/class/net[/c]

[c]cat /etc/network.conf[/c]

[c]iwlist scan[/c]

Online

#5 2012-12-17 14:49:26

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

I apologize for the delay in responding, however, my hard drive crashed. I have to restore the system to return to the subject later. After the holiday season.

Grateful to all

Merry Christmas and Happy Holidays

Offline

#6 2013-01-22 02:10:31

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

My friends! I'm back after a long vacation. I formatted the HD and did my fresh install of SliTaz. Attachment files with the results of the commands suggested. It seems to be connected but not browsing nor loads the list of repos to I install firefox.

I await news,

Arthur

Offline

#7 2013-01-22 02:24:29

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

New

[attachment=21088,918] [attachment=21088,919] [attachment=21088,920] [attachment=21088,921] [attachment=21088,922] [attachment=21088,923]

Offline

#8 2013-01-22 02:25:39

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

End

[attachment=21089,924] [attachment=21089,925]

Offline

#9 2013-01-22 15:07:22

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

Re: Wireless no Slitaz

Open terminal,su. password root

Stop networking:

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

Unload conflicting drivers for 148f:3070 USB wifi adapter

[c]# modprobe -r rt2870sta[/c]

[c]# modprobe -r rt2800usb[/c]

[c]# modprobe -r rt2x00usb[/c]

Load correct driver for 148f:3070 USB wifi adapter

[c]# modprobe rt2870sta[/c]

Configure /etc/network.conf

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

Change

INTERFACE="eth0"

To

INTERFACE="wlan0"

Leafpad => File/Save/File/Quit

Restart networking:

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

Blacklisting conflicting modules so they won't load on boot doesn't always work in Slitaz.

Move rt2800usb to the /root folder so it can't load.

[c]# mv /lib/modules/2.6.37-slitaz/kernel/drivers/net/wireless/rt2x00/rt2800usb.ko.gz .[/c]

Rewrite modules.dep to remove rt2800usb

[c]# depmod -a[/c]

Online

#10 2013-01-29 21:53:36

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

Here are the results of commands. In the mv command added the /root as the destination.

Still not browse.

I await instructions

Arthur

[attachment=21434,941] [attachment=21434,942]

Offline

#11 2013-01-29 21:59:09

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

Reenviando (reSend)

[attachment=21435,944]

Offline

#12 2013-01-30 00:46:43

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

Re: Wireless no Slitaz

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

Change

WIFI_KEY_TYPE="on"

to

WIFI_KEY_TYPE="any"

Leafpad => File/Save/File/Quit

Restart networking:

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

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

More problems:

cat /etc/network.conf

Online

#13 2013-01-30 01:48:32

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

I think it got worse. the flag that stopped without blinking. My configuration file ends with% O. Is this normal? My router uses WPE. Should I change the WAP

Offline

#14 2013-01-30 04:25:48

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

Re: Wireless no Slitaz

Don't edit network.conf in tazpanel,there is a bug which adds the %0

This is why I told you to use leafpad to edit /etc/network.conf

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

Remove the %0

Use WPA security on router.

More problems:

[c]cat /etc/network.conf[/c]

Online

#15 2013-01-31 20:54:40

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

Unfortunately, it did not work. I think it makes no difference to keep the WEP. I have other equipment at home and would have to change all. The cat did not reveal anything new. What saddens me is that the sensor blinks as wlan0 connected and the panel does not load the list of packages to install firefox and other programs. I downloaded the rolling bug when he gave at the beginning tested my sound card Via. I'm down.

Offline

#16 2013-01-31 21:23:35

ernia
Member
Registered: 2011-05-20
Posts: 299

Re: Wireless no Slitaz

wep is pretty unsecure, someone could sniff your network traffic without sending a single packet to your network.

Offline

#17 2013-02-01 00:16:22

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

My WEP is encrypted and has a key of 13 digits. This is not my problem. I can not access my wireless network at my SliTaz. Now even putting the network cable into the router he's accessing the internet. I can not find a distribution small and versatile addition to the puppy that is not meant to install cool.

Offline

#18 2013-02-01 00:26:51

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

I was happy with my slitaz with sarkis3g and my 3g modem. It took work but Tixar helped me and I managed to connect. I had to spend the internet for my wife and I walked into the wireless era. I lost my SliTaz. All procedures suggested it did not work. Does not have a script like sarkis3g for wireless?

Offline

#19 2013-02-04 13:15:11

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

Dear!

I found this note in network.sh, seems to be a bug in the WEP key SliTaz? Is that why he shows connected account pulses sent and received and not surfing?

"# encrypted network

        [ -n "$WIFI_KEY" ] && case "$WIFI_KEY_TYPE" in

            wep|WEP)

#

# NOTE (20120303) struggled to connect with WEP key in

# cooking but work with 3.0. Busybox/iwconfig seems buggy

# but connection work with wpa_supplicant and unquoted

# wep_key0

#

#IWCONFIG_ARGS="$IWCONFIG_ARGS key $WIFI_KEY"

#iwconfig $WIFI_INTERFACE essid "$WIFI_ESSID" $IWCONFIG_ARGS

#

# wpa_supplicant can also deal with wep encryption

# Tip: Use unquoted strings for hexadecimal key in wep_key0

cat /etc/wpa_supplicant.conf > /tmp/wpa.conf

cat >> /tmp/wpa.conf <<EOF

ctrl_interface=/var/run/wpa_supplicant

ctrl_interface_group=0"

Offline

#20 2013-02-07 00:41:49

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

Any chance to run the script Frisbee Slackopuppy 5.3.3 in SliTaz? He just asked me the password and connected first. I want to save my SliTaz, but without browsing does not. Or go back to the modem and leave my wife without internet.

Offline

#21 2013-02-08 13:14:34

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

I want to thank everyone who tried to help me in any way and apologize for my anxiety to fix my SliTaz. Apparently if exhausted the alternatives. I'll wait for a new update to see if the wireless part is resolved.

Nowadays, the only thing that can not miss in a distribution is the internet access in any way whatsoever. The rest comes with navigation.

My thanks.

Offline

#22 2013-02-26 19:30:24

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Wireless no Slitaz

Fixed Wireless.

Could support the ENCORE how to reset my router. He had lost the password. I switched from WEP to WPA2 and voilá.

I returned the smile. Live to SliTaz. I have already installed Firefox, mplayer, vlc, miro, bzip2 and some cositas more.

A big hug Pascall Bellard and everyone who endured my indignation at having to get away for a long time my slitaz.

Arthur

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.026 seconds, 7 queries executed - Memory usage: 1.58 MiB (Peak: 1.77 MiB) ]