Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
WLAN ohne NetworkManager & Co – "no wireless extensions"
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
l3u
Advocate
Advocate


Joined: 26 Jan 2005
Posts: 2545
Location: Konradsreuth (Germany)

PostPosted: Sat Nov 18, 2017 4:05 pm    Post subject: WLAN ohne NetworkManager & Co – "no wireless extens Reply with quote

Hallo allerseits!

Ich habe so einen kleinen WLAN-USB-Stich daheim rumliegen, den ich mal für mein Raspberry Pi benutzt habe (also funktionieren müsste er). Ist ein "Belkin Components F7D1102 N150/Surf Micro Wireless Adapter v1000 [Realtek RTL8188CUS]".

Was ich jetzt machen will: Das Ding in meinem Desktop-Rechner immer mal verwenden, damit ich mich auf meinem Freifunk-Router einloggen kann. Ist ja ein unverschlüsseltes Netzwerk, von daher sollte das ja ohne wpa_supplicant etc. gehen.

Ich hab also den entsprechenden Kernel-Treiber "rtl8192cu" gebaut, und wenn man das Ding ansteckt, dann wird es auch erkannt:
Code:
[   87.393929] usb 3-8: New USB device found, idVendor=050d, idProduct=1102
[   87.393933] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   87.393935] usb 3-8: Product: 802.11n WLAN Adapter
[   87.393938] usb 3-8: Manufacturer: Realtek
[   87.393940] usb 3-8: SerialNumber: 00e04c000001
[   87.538723] rtl8192cu: Chip version 0x10
[   87.570330] rtl8192cu: Board Type 0
[   87.570407] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
[   87.570426] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[   87.593255] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   87.593358] usbcore: registered new interface driver rtl8192cu

ifconfig -a zeigt es auch an:
Code:
wlan0: flags=4098<BROADCAST,MULTICAST>  mtu 1500
        ether ec:1a:59:10:56:fc  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Aber: Es funktioniert nicht:
Code:
# iwconfig
wlan0     no wireless extensions.

Code:
# iwlist wlan0 scan
wlan0     Interface doesn't support scanning.

Folgerichtig dann auch:
Code:
# /etc/init.d/net.wlan0 start
 * Bringing up interface wlan0
wlan0     no wireless extensions.

 *   Configuring wireless network for wlan0
wlan0     no wireless extensions.

 *   Scanning for access points
 *      does not support scanning

Was fehlt da?!
Back to top
View user's profile Send private message
l3u
Advocate
Advocate


Joined: 26 Jan 2005
Posts: 2545
Location: Konradsreuth (Germany)

PostPosted: Sat Nov 18, 2017 4:18 pm    Post subject: Reply with quote

Okay. Nach weiterem Suchen kann ich das hier selbst beantworten (und vielleicht hat ja jemand anderes auch mal das Problem?):

Es lag an einer fehlenden Kerneloption. Namentlich CONFIG_CFG80211_WEXT.
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