SliTaz SliTaz Forum

You are not logged in.

#1 2015-01-07 09:30:10

KAKTUS
Member
Registered: 2015-01-06
Posts: 5

Comment installer usb wifi netgear

Bonjour, nouveau sous Slitaz, je rencontre quelque difficulté à installer le wifi, j'ai suivi la DOC

pas à pas (les 2), mais quand j'arrive pour télécharger les modules et noyau je n'y arrive pas malgré que je suis les commande (coupé collé en mettant mon firmware):voilà de plus ample info:Detecter le matériel

Détecter le matériel PCI/USB

Detected PCI devices Kernel modules

================================================================================

> Module in use:   sis_agp

> Module in use:   snd_intel8x0

================================================================================

Detected USB devices Kernel modules

================================================================================

WNA1100

> Module in use:   ath9k_htc

================================================================================

concernant ma clé USB wifi c'est la NETGEAR WNA1100, si ça peux aidé:

root@KAKTUS:/home/tux# lsusb

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Bus 001 Device 002: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 [Atheros AR9271]

Bus 004 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical

Bus 004 Device 003: ID 10df:0100 In-Win Development, Inc.

Si vous pouvez m'éclairer, avec précision (dans les étapes avec lignes de commande sous SAKURA),vous remerçiant par avance

Offline

#2 2015-01-07 10:28:50

sixofeight
Member
Registered: 2013-07-02
Posts: 234

Re: Comment installer usb wifi netgear

Hi kaktus

The firmware must be present before the usb-wifi is detected and configured

Open terminal su to root

Stop networking

# /etc/init.d/network.sh stop

Install firmware

http://forum.slitaz.org/topic/netgear-wna1100?bb_attachments=22182&bbat=1000

Unload ath9k_htc

# modprobe -r ath9k_htc

Load ath9k_htc

# modprobe ath9k_htc

check if the firmware has been loaded

# dmesg |grep 9271

If yes, you should now have a wlan0, check with

# ifconfig -a

if yes,

Start networking

# /etc/init.d/network.sh start

=============================================

Slitaz 4: use the ar9271.fw file

Slitaz 5  use the htc_9271.fw file

Offline

#3 2015-01-07 12:17:20

KAKTUS
Member
Registered: 2015-01-06
Posts: 5

Re: Comment installer usb wifi netgear

hi sixofeiht, thank you for you response,petit problème:

root@KAKTUS:/home/tux# /etc/init.d/network.sh stop

/etc/init.d/network.sh: /etc/network.conf: line 38: syntax error: unterminated quoted string

root@KAKTUS:/home/tux# modprobe -r ath9k_htc

root@KAKTUS:/home/tux# modprobe ath9k_htc

root@KAKTUS:/home/tux# dmesg |grep 9271

usb 1-2: ath9k_htc: Firmware - ar9271.fw not found

usb 1-2: ath9k_htc: Firmware - ar9271.fw not found

usb 3-1: ath9k_htc: Firmware - ar9271.fw not found

usb 3-1: ath9k_htc: Firmware - ar9271.fw not found

usb 3-1: ath9k_htc: Transferred FW: ar9271.fw, size: 51312

usb 3-1: ath9k_htc: Transferred FW: ar9271.fw, size: 51312

root@KAKTUS:/home/tux# ifconfig -a

dummy0    Link encap:Ethernet  HWaddr 1A:89:2E:1E:0C:EF

          BROADCAST NOARP  MTU:1500  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0      Link encap:Ethernet  HWaddr 00:13:D4:14:AF:F9

          inet addr:192.168.0.22  Bcast:192.168.0.255  Mask:255.255.255.0

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:99430 errors:0 dropped:11 overruns:0 frame:0

          TX packets:83888 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:129861921 (123.8 MiB)  TX bytes:6478913 (6.1 MiB)

          Interrupt:19 Base address:0xc800

lo        Link encap:Local Loopback

          inet addr:127.0.0.1  Mask:255.0.0.0

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:3011 errors:0 dropped:0 overruns:0 frame:0

          TX packets:3011 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:571692 (558.2 KiB)  TX bytes:571692 (558.2 KiB)

wlan0     Link encap:Ethernet  HWaddr 30:46:9A:2B:2F:ED

          BROADCAST MULTICAST  MTU:1500  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

root@KAKTUS:/home/tux# /etc/init.d/network.sh start

/etc/init.d/network.sh: /etc/network.conf: line 38: syntax error: unterminated quoted string

Si quelqu'un à une idée ??? Merci

Offline

#4 2015-01-07 13:16:45

sixofeight
Member
Registered: 2013-07-02
Posts: 234

Re: Comment installer usb wifi netgear

wlan0 is there,good

In Slitaz one can use Ethernet OR wifi

Try Slitaz-Panel > network > wireless to configure your wifi

some Examples:

http://forum.slitaz.org/topic/usb-wifi-not-working#post-27876

open /etc/network.conf with leafpad and change

# Set default interface.

Change:

INTERFACE="eth0"

to

INTERFACE="wlan0"

File/Save/Quit

/etc/init.d/network.sh restart

Offline

#5 2015-01-07 17:20:00

KAKTUS
Member
Registered: 2015-01-06
Posts: 5

Re: Comment installer usb wifi netgear

New problem: no internet, no acces to Tazpanel : i connect to the net with cd slitaz installation.Odd???

Impossible to execut your latest advice.Sorry.

Offline

#6 2015-01-07 21:02:45

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

Re: Comment installer usb wifi netgear

Configure wifi => Applications/Preferences/Wifi configuration

Are you booted into core flavor?

Tazpanel is only installed on core flavor.

To verify tazpanel is running:

Open terminal

Type

[c]pgrep -lf TazPanel[/c]

Hit Enter key

I f there is no output then it's not running.

Type as user root:

[c]/etc/init.d/tazpanel start[/c]

Hit Enter key

Offline

#7 2015-01-08 09:36:44

KAKTUS
Member
Registered: 2015-01-06
Posts: 5

Re: Comment installer usb wifi netgear

Bonjour, pour info je n'ai ni accès internetn ni accès au Tazpanel,voir les réponses au dessus,j'ai réessayé par le terminal, réponse:

root@(none):/home/tux# pgrep -lf TazPanel

1391 httpd -p 82 -u root -c /etc/slitaz/httpd.conf -r TazPanel Authentification - Defaut: root:root

je ne sais pas quoi faire, si vous avez des suggestions.

Au pire, je réinstalle le système, mais j'aurais préféré une autre solution, étant donné que des logiciels sont déja installés.

Offline

#8 2015-01-09 11:47:29

KAKTUS
Member
Registered: 2015-01-06
Posts: 5

Re: Comment installer usb wifi netgear

Bonjour,

à défaut de réponse, j'ai tout booté, réinstallation de Slitaz, je n'ai pas de wifi, et je n'ai rien changé dans les configuration donc si quelqu'un est volontaire pour m'expliquer étape par étape ce qu'il faut faire pour installer ma clef USB wifi Netgear, pour info j'en ai même 2: la Wireless-N 150 WNA 1100  et l'autre modèle est WNA3100M (apparement sous ubuntu celle là ne fonctionnait pas).

Merci pour ceux qui m'avait répondu,......., et merci si quelqu'un veut bien me guider. Salut

Offline

#9 2015-01-10 08:35:00

sixofeight
Member
Registered: 2013-07-02
Posts: 234

Re: Comment installer usb wifi netgear

Hi kaktus

I will try, but maybe we need a french speaking Member to explain it better.

google translate is hard to understand.

(wna1100 with the atheros 9271 chipset)

1.boot the system

2.install the atheros firmware package

3.unload and reload the ath9k_htc module:

a.Open terminal su to root

b.Unload ath9k_htc

# modprobe -r ath9k_htc

c.Load ath9k_htc

# modprobe ath9k_htc

d.check if you have a wlan0

# ifconfig -a

If you have a wlan0 the hardware part is done.

Now you need to configure your wifi (credentials).To do this you have various options

1.If your wifi is wpa secured click Applications/system tools/Wifi configuration

doubleclick your network and provide the Pw...done

or

2.open SliTaz-Panel (the red icon with the wrench in the upper left corner).

go to network > wireless click your network, provide the Pw and click configure

I'm assuming you're using slitaz4 because the ar9271.fw was loaded.y/n?

If you want  the wifi as the default interface,(because you also have an eth0 ethernet),

(as root) open the /etc/network.conf with leafpad and change

INTERFACE="eth0"

to

INTERFACE="wlan0"

good luck

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

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