Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
WLAN und Connection
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Mac Fly
Guru
Guru


Joined: 30 Nov 2003
Posts: 330
Location: nähe Stuttgart

PostPosted: Sun Feb 01, 2004 1:00 pm    Post subject: WLAN und Connection Reply with quote

Ich habs jetzt endlich hinbekommen, meine WLAN-Karte zum Laufen zu bekommen (ACX_100). Ich hab das per Modul realisiert.
Damit das Modul läuft, muss ich beim modprobe nen Parameter mitgeben:
Code:
modprobe acx100_pci firmware_dir=/mnt/hda6/linux/appz/ti/WinXP/
Diesen Code hab ich in ein Startscript geschrieben, das zur bootzeit ausgeführt wird (rc-update add wlan boot). Wenn ich aber die Firmware nach /etc/firmware/ kopiere und dies als Parameter angebe, erhalte ich beim starten von net.wlan0 folgende Fehlermeldung:
Code:
* Bringing wlan0 up...
SIOCSIFADDR: No such device
wlan0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
wlan0: unknown interface: No such device
SIOCSIFNETMASK: No such device
 * Failed to bring wlan0 up                                                                                                                    [ !! ]

Damit dies funktioniert, musste ich acx100_pci in der hotplug-blacklist aufnehmen. Funzt aber net alles so wie es soll.
Gibts da keinen Weg, dem Modul nen Parameter mitzugeben? Über modules.autoload?
Und wo geb ich die Channel- und ESSID-Parameter an? /etc/wlan existiert bei mir net und wlan-ng lässt sich net kompilieren...

Ich bekomm net mal nen Ping zum Nachbarn, obwohl Channel, ESSID und IPs passen :(
Back to top
View user's profile Send private message
Mac Fly
Guru
Guru


Joined: 30 Nov 2003
Posts: 330
Location: nähe Stuttgart

PostPosted: Sun Feb 01, 2004 1:54 pm    Post subject: Reply with quote

Hier noch die Ausgabe von ifconfig und iwconfig
Code:
macfly@netkiffer:~> ifconfig wlan0
wlan0     Link encap:Ethernet  HWaddr 00:C0:49:CA:7D:7D
          inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:77 errors:22 dropped:0 overruns:0 carrier:22
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:3514 (3.4 Kb)
          Interrupt:5 Base address:0xc000

macfly@netkiffer:~> iwconfig wlan0
wlan0     IEEE 802.11b  ESSID:off/any
          Mode:Ad-Hoc  Channel:11  Cell: 41:C1:48:CB:7C:7C
          Bit Rate=11Mb/s   Tx-Power:20 dBm
          Retry min limit:5
          Link Quality:87  Signal level:26  Noise level:13
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0


Was Netzwerk nennt sich "WLAN", Channel 11, WEP ist aus, Nachbars rechner hat 192.168.0.6. Habs auch mit Nick versucht, aber auch kein Erfolg
Back to top
View user's profile Send private message
trapperjohn
Apprentice
Apprentice


Joined: 11 Nov 2003
Posts: 242
Location: Bremen/Germany

PostPosted: Mon Feb 02, 2004 12:41 pm    Post subject: Reply with quote

Die WLAN-Parameter wie ESSID etc. werden direkt mit iwconfig zugewiesen - Scripte, um das ganze ähnlich dem normalen Netzwerk zu gestalten, findest du hier oder hier.

Wo/wie man Parameter für Module angibt, weiß ich nicht ausm Kopf (und kann auch grad nich nachgucken)
Back to top
View user's profile Send private message
trapperjohn
Apprentice
Apprentice


Joined: 11 Nov 2003
Posts: 242
Location: Bremen/Germany

PostPosted: Mon Feb 02, 2004 12:48 pm    Post subject: Reply with quote

Hab doch noch was wegen dem Modul gefunden:
Code:
#echo "wlan0" >> /etc/modules.autoload.d/kernel-<version>

und dann in /etc/modules.d/wlan0
Code:
alias wlan0 acx100_pci
options acx100_pci firmware_dir=/mnt/hda6/linux/appz/ti/WinXP/

----
Alle Angaben wie immer ohne Gewähr ...
Back to top
View user's profile Send private message
Mac Fly
Guru
Guru


Joined: 30 Nov 2003
Posts: 330
Location: nähe Stuttgart

PostPosted: Mon Feb 02, 2004 8:18 pm    Post subject: Reply with quote

Besten Dank soweit mal... :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum