ubuntuusers.de

Sony VAIO SVF152C29M kein Wlan

Status: Gelöst | Ubuntu-Version: Lubuntu 16.04 (Xenial Xerus)
Antworten |

Puttka

Anmeldungsdatum:
18. Februar 2008

Beiträge: 86

Hallo liebe Forengemeinschaft,

da ich per Googlesuche nichts Gescheites gefunden habe, möchte ich euch nun um Hilfe bitten: Auf dem o.g. Laptop habe ich Lubuntu 16.04 via USB-Stick (EFI-Installation) installiert. Das Problem ist nun, dass Wlan nicht, wie ich es sonst von Ubuntu gewöhnt bin, aus dem Stand läuft. Nun wollte ich wissen, ob da jemand mir bei helfen kann, auch dieses Problem noch in den Griff zu bekommen.

Vielen Dank im Voraus Gruß

Paul Puttka

PhotonX

Avatar von PhotonX

Anmeldungsdatum:
3. Juni 2007

Beiträge: 4471

Wohnort: München

Poste bitte die Ausgabe von

1
lspci | grep Network

scuba

Avatar von scuba

Anmeldungsdatum:
7. März 2007

Beiträge: 966

Wohnort: Münchner Westen

Hai Puttka,

meine (4) VAIO's haben/hatten alle einen Schalter für WLAN/Bluetooth. Bitte kontrollieren ob das auch eingeschaltet ist. Wenn ja, dann auch kontrollieren ob WLAN per Einstellung im Network Manager eingeschaltet ist.

Wenn das WLAN funzt aber keine Verbindung aufgebaut werden kann, dann ggf. den WLAN Router auf 802.11g/n anstatt 802.11b g/n. Bei mir läuft's besser ohne 802.11b als Option .

Blubb

SCUBA

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Wohnort: ~

Zeige alle Terminal-Ausgaben von hier in Codeblöcken zur "Diagnose".

Gruss

praseodym

Puttka

(Themenstarter)

Anmeldungsdatum:
18. Februar 2008

Beiträge: 86

So, mittlerweile bin ich Besitzer eines Lankabels, bin hiermit jetzt im Netz. ☺ Okay, dann hier jetzt die Liste zur Diagnose:

Kernel:

1
4.4.0-17-generic #33-Ubuntu SMP Tue Mar 29 17:17:28 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Abfrage für PCI und PCMCIA-Karten:

1
2
3
4
5
6
7
8
07:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
	Subsystem: Foxconn International, Inc. BCM43142 802.11b/g/n [105b:e071]
	Kernel driver in use: bcma-pci-bridge
--
0e:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
	Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:0123]
	Kernel driver in use: r8169
	Kernel modules: r8169

lsusb

1
2
3
4
5
6
7
8
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 04f2:b3aa Chicony Electronics Co., Ltd 
Bus 001 Device 003: ID 0489:e062 Foxconn / Hon Hai 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Netzwerkkonfiguration des Systems

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
kathrin@kathrin-SVF1521A1EB:~$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
kathrin@kathrin-SVF1521A1EB:~$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
search localdomain
kathrin@kathrin-SVF1521A1EB:~$ cat /etc/hosts 
127.0.0.1	localhost
127.0.1.1	kathrin-SVF1521A1EB

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

Aktuelle Netzwerkkonfiguration

 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
kathrin@kathrin-SVF1521A1EB:~$ cat /etc/hosts 
127.0.0.1	localhost
127.0.1.1	kathrin-SVF1521A1EB

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
kathrin@kathrin-SVF1521A1EB:~$ ifconfig -a
enp14s0   Link encap:Ethernet  HWaddr 3c:07:71:57:45:83  
          inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::3e07:71ff:fe57:4583/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15530 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10328 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:18084434 (18.0 MB)  TX bytes:1148863 (1.1 MB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:1039 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1039 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:138834 (138.8 KB)  TX bytes:138834 (138.8 KB)

kathrin@kathrin-SVF1521A1EB:~$ iwconfig
enp14s0   no wireless extensions.

lo        no wireless extensions.

kathrin@kathrin-SVF1521A1EB:~$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    100    0        0 enp14s0
192.168.1.0     0.0.0.0         255.255.255.0   U     100    0        0 enp14s0
kathrin@kathrin-SVF1521A1EB:~$ arp -av
o2.box (192.168.1.1) at 90:ef:68:38:4a:6f [ether] on enp14s0
Entries: 1	Skipped: 0	Found: 1
kathrin@kathrin-SVF1521A1EB:~$ ip neigh show 
192.168.1.1 dev enp14s0 lladdr 90:ef:68:38:4a:6f REACHABLE
fe80::1 dev enp14s0 lladdr 90:ef:68:38:4a:6f router DELAY

Konfiguration des NetworkManagers

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
kathrin@kathrin-SVF1521A1EB:~$ cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true
kathrin@kathrin-SVF1521A1EB:~$ cat /etc/NetworkManager/NetworkManager.conf 
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false

Zuordnung der Schnittstellen:

1
2
kathrin@kathrin-SVF1521A1EB:~$ cat /etc/udev/rules.d/70-persistent-net.rules | egrep -i 'device|sub' -A3 
cat: /etc/udev/rules.d/70-persistent-net.rules: No such file or directory

Ping

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
kathrin@kathrin-SVF1521A1EB:~$ ping -c 2 $(route -n | grep UG | awk {'print $2'})
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.804 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.595 ms

--- 192.168.1.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.595/0.699/0.804/0.107 ms
kathrin@kathrin-SVF1521A1EB:~$ ping -c 2 www.ubuntuusers.de
PING ubuntuusers.de (213.95.41.4) 56(84) bytes of data.
64 bytes from ubuntuusers.de (213.95.41.4): icmp_seq=1 ttl=55 time=29.0 ms
64 bytes from ubuntuusers.de (213.95.41.4): icmp_seq=2 ttl=55 time=28.9 ms

--- ubuntuusers.de ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 28.964/28.998/29.033/0.173 ms
kathrin@kathrin-SVF1521A1EB:~$ ping -c 2 213.95.41.4
PING 213.95.41.4 (213.95.41.4) 56(84) bytes of data.
64 bytes from 213.95.41.4: icmp_seq=1 ttl=55 time=28.7 ms
64 bytes from 213.95.41.4: icmp_seq=2 ttl=55 time=29.1 ms

--- 213.95.41.4 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 28.761/28.959/29.158/0.261 ms

Die Wlan-Schalter

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
kathrin@kathrin-SVF1521A1EB:~$ rfkill list 
0: sony-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: sony-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
2: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
3: nfc0: NFC
	Soft blocked: no
	Hard blocked: no

Ausgabe von lsmod:

 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
kathrin@kathrin-SVF1521A1EB:~$ lsmod
Module                  Size  Used by
bnep                   20480  2
nls_iso8859_1          16384  1
uvcvideo               90112  0
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         28672  1 uvcvideo
videobuf2_core         36864  2 uvcvideo,videobuf2_v4l2
microread_mei          16384  0
microread              16384  1 microread_mei
btusb                  45056  0
v4l2_common            16384  1 videobuf2_v4l2
videodev              176128  4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
media                  24576  2 uvcvideo,videodev
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
btintel                16384  1 btusb
mei_phy                16384  1 microread_mei
snd_hda_codec_hdmi     53248  1
bluetooth             520192  10 bnep,btbcm,btrtl,btusb,btintel
crc_ccitt              16384  1 microread
snd_hda_codec_realtek    81920  1
hci                    45056  2 mei_phy,microread
snd_hda_codec_generic    77824  1 snd_hda_codec_realtek
nfc                   102400  2 hci,microread
snd_hda_intel          36864  1
snd_hda_codec         135168  4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
snd_hda_core           73728  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep              16384  1 snd_hda_codec
intel_rapl             20480  0
snd_pcm               106496  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
x86_pkg_temp_thermal    16384  0
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            32768  1 snd_seq_midi
intel_powerclamp       16384  0
snd_seq                69632  2 snd_seq_midi_event,snd_seq_midi
joydev                 20480  0
input_leds             16384  0
serio_raw              16384  0
coretemp               16384  0
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
rtsx_pci_ms            20480  0
snd_timer              32768  2 snd_pcm,snd_seq
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
memstick               20480  1 rtsx_pci_ms
bcma                   53248  0
cryptd                 20480  0
snd                    81920  13 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
sony_laptop            61440  0
soundcore              16384  1 snd
shpchp                 36864  0
mei_me                 36864  0
mei                    98304  4 mei_phy,mei_me,microread_mei
lpc_ich                24576  0
mac_hid                16384  0
autofs4                40960  2
rtsx_pci_sdmmc         24576  0
i915                 1208320  5
psmouse               126976  0
ahci                   36864  3
i2c_algo_bit           16384  1 i915
libahci                32768  1 ahci
drm_kms_helper        139264  1 i915
syscopyarea            16384  1 drm_kms_helper
r8169                  81920  0
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
mii                    16384  1 r8169
fb_sys_fops            16384  1 drm_kms_helper
rtsx_pci               53248  2 rtsx_pci_ms,rtsx_pci_sdmmc
drm                   360448  7 i915,drm_kms_helper
video                  40960  2 i915,sony_laptop
fjes                   28672  0

Abfrage der Wlan-Karte ergab

1
2
3
4
kathrin@kathrin-SVF1521A1EB:~$ iwlist chan 
enp14s0   no frequency information.

lo        no frequency information.

So weit erstmal, ich hoffe sehr, dass für euch hier der Hinweis versteckt liegt, wie ich das Wlan ans Arbeiten bekomme. Vielen Dank für eure Geduld und Mühe.

Herzliche Grüße

Paul Puttka

Ps: fast vergessen hätte ich noch lspci | grep Network:

1
07:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Wohnort: ~

Installiere den Treiber von hier:

https://forum.ubuntuusers.de/topic/wlan-probleme-seit-neuer-o2-box-nur-unter-linu/2/#post-8031898

bzw. der ist in 16.04 ohnehin drin

Puttka

(Themenstarter)

Anmeldungsdatum:
18. Februar 2008

Beiträge: 86

Aber ich nutze ja 16.04. Trotzdem installieren? -Ich habe gesehen, dass wir fast gleichzeitig gepostet haben, würdest du dies auch noch empfehlen, nachdem du meine gesammelten Ausgaben aus dem Terminal gelesen hast? (Mit den Informationen rücke ich erst so spät raus, da ich zu faul war, alles über einen anderen Rechner zu posten. Hab mir erst mal ein Kabel gesucht... ☺ )

PhotonX

Avatar von PhotonX

Anmeldungsdatum:
3. Juni 2007

Beiträge: 4471

Wohnort: München

praseodym Team-Icon

Supporter
Avatar von praseodym

Anmeldungsdatum:
9. Februar 2009

Beiträge: 22111

Wohnort: ~

Ja.

Puttka

(Themenstarter)

Anmeldungsdatum:
18. Februar 2008

Beiträge: 86

Jetzt läuft es! Vielen Dank @praseodym und alle,die geholfen haben. Der Treiber wars. Und ich vermute, dass das Problem war, dass es eine UEFI-Installation war... Ist mir aber erst später aufgefallen, dass es das gewesen sein könnte.

Ihr seid super :-*

Antworten |