Sie sind nicht angemeldet.

  • »toiger« ist männlich
  • »toiger« ist der Autor dieses Themas

Beiträge: 171

Registrierungsdatum: 09.11.2008

Derivat: Ubuntu

Version: Ubuntu 20.04 LTS - Focal Fossa

Architektur: 64-Bit PC

Desktop: Unity

Andere Betriebssysteme: puppy, bodhi, lubuntu, 12.04

  • Nachricht senden

1

23.05.2012, 09:52

[erledigt] wlan verbindet sich nicht

Hallo liebe Leute

Ich habe in meinem Router die Einstellung von 802.11/b,g,n auf 802.11/g,n geändert, bis ich dann gemerkt habe dass mein USB-wlan-stick nicht mehr funktionierte. Ich änderte die Konfiguration wieder in den Ursprungszustand. Auf Windows funktioniert es wieder, aber auf ubuntu will er nicht mehr. Ich sehe mein Router aber ich kann mich nicht verbinden.

Ich habe hier nun mal das Wlan-script gepostet und hoffe auf eure Hilfe.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
Linux i7ben-P55-UD3 3.2.0-24-generic #38-Ubuntu SMP Tue May 1 16:18:50 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
-e 
---------------
lspci -nn | grep -i net
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
-e 
---------------
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 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 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 011 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 07d1:3c0f D-Link System AirPlus G DWL-G122 Wireless Adapter(rev.E1) [Ralink RT2070]
Bus 002 Device 002: ID 1307:0330 Transcend Information, Inc. 63-in-1 Multi-Card Reader/Writer
Bus 005 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
-e 
---------------
iwconfig
wlan0     IEEE 802.11bg  ESSID:"RVK-30470"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: Not-Associated   
          Tx-Power=off   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          
-e 
---------------
ifconfig
eth0      Link encap:Ethernet  Hardware Adresse 00:24:1d:de:79:a9  
          inet Adresse:192.168.1.34  Bcast:192.168.1.255  Maske:255.255.255.0
          inet6-Adresse: fe80::224:1dff:fede:79a9/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
          RX packets:2730 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2302 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX-Bytes:3130603 (3.1 MB)  TX-Bytes:306789 (306.7 KB)
          Interrupt:53 Basisadresse:0x6000 

lo        Link encap:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:16436  Metrik:1
          RX packets:396 errors:0 dropped:0 overruns:0 frame:0
          TX packets:396 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0 
          RX-Bytes:33595 (33.5 KB)  TX-Bytes:33595 (33.5 KB)

-e 
---------------
Module                  Size  Used by
pci_stub               12622  1 
vboxpci                23200  0 
vboxnetadp             13382  0 
vboxnetflt             23441  0 
vboxdrv               287082  3 vboxpci,vboxnetadp,vboxnetflt
rfcomm                 47604  0 
bnep                   18281  2 
bluetooth             180104  10 rfcomm,bnep
vesafb                 13844  1 
arc4                   12529  2 
rt2800usb              22684  0 
rt2800lib              58925  1 rt2800usb
crc_ccitt              12667  1 rt2800lib
rt2x00usb              20762  1 rt2800usb
fglrx                3263886  120 
rt2x00lib              55301  3 rt2800usb,rt2800lib,rt2x00usb
mac80211              506816  3 rt2800lib,rt2x00usb,rt2x00lib
snd_hda_codec_hdmi     32474  1 
cfg80211              205544  2 rt2x00lib,mac80211
serio_raw              13211  0 
snd_hda_codec_realtek   223867  1 
snd_hda_intel          33773  5 
snd_hda_codec         127706  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
i7core_edac            28102  0 
edac_core              53746  3 i7core_edac
ppdev                  17113  0 
joydev                 17693  0 
snd_seq_midi           13324  0 
snd_hwdep              13668  1 snd_hda_codec
snd_rawmidi            30748  1 snd_seq_midi
snd_pcm                97188  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_seq_midi_event     14899  1 snd_seq_midi
snd_seq                61896  2 snd_seq_midi,snd_seq_midi_event
parport_pc             32866  1 
snd_timer              29990  2 snd_pcm,snd_seq
snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    78855  20 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_rawmidi,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore              15091  1 snd
snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
mac_hid                13253  0 
lp                     17799  0 
parport                46562  3 ppdev,parport_pc,lp
hid_logitech           26520  0 
ff_memless             13097  1 hid_logitech
usbhid                 47199  1 hid_logitech
hid                    99559  2 hid_logitech,usbhid
r8169                  62099  0 
pata_jmicron           12747  0 
usb_storage            49198  0 
-e 
---------------
rfkill list
0: phy0: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
-e 
---------------
/etc/network/interfaces
auto lo
iface lo inet loopback

-e 
---------------
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
rtc
-e 
---------------
-e 
---------------


Quellcode

1
2
 sudo ifconfig wlan0 up
SIOCSIFFLAGS: Operation not possible due to RF-kill


Vielen Dank toiger

Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »toiger« (23.05.2012, 11:55)


  • »toiger« ist männlich
  • »toiger« ist der Autor dieses Themas

Beiträge: 171

Registrierungsdatum: 09.11.2008

Derivat: Ubuntu

Version: Ubuntu 20.04 LTS - Focal Fossa

Architektur: 64-Bit PC

Desktop: Unity

Andere Betriebssysteme: puppy, bodhi, lubuntu, 12.04

  • Nachricht senden

2

23.05.2012, 11:53

Die Routereinstellungen waren wieder auf 802.11/n eingestellt, da ja aber der USB-Stick nur 802.11/b beherrscht,funktionerte es nicht. Ich habe jetzt wieder alles korrekt eingestellt gespeichert und PC und Router neu gestartet und siehe da alles funktioniert optimal.

Sorry an alle Beitragleser für die verschwendete Zeit.

Vielen Dank toiger

Zurzeit ist neben Ihnen 1 Benutzer in diesem Thema unterwegs:

1 Besucher

Verwendete Tags

USB-Stick, wlan