• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Toshiba Satellite L650 - LAN/WLAN Hardware problem

michiyan

Newbie
Hallo Leute, gleich mal vorweg, bin ein kompletter Linux-Newbie...
Nun habe ich mir letzte Woche ein Toshiba Satellite L650 gekauft und Suse Linux installiert...alles so weit so gut. jedoch funktionieren LAN (und eigentlich ist mir nur das wichtig) und WLAN nicht.
ich hoffe jemand kann mir weiterhelfen!

collectNWData.sh meint dazu:
Code:
==================================================================================================================
*** uname -a
Linux lake1 2.6.27.7-9-pae #1 SMP 2008-12-04 18:10:04 +0100 i686 i686 i386 GNU/Linux
==================================================================================================================
*** cat /etc/*[-_]release || cat /etc/*[-_]version
/etc/SuSE-release
openSUSE 11.1 (i586)
VERSION = 11.1
==================================================================================================================
*** cat /etc/resolv | grep -i "nameserver"
nameserver 192.168.0.1
==================================================================================================================
*** cat /etc/hosts
127.0.0.1       localhost
127.0.0.2       lake1.lakecontrol.net lake1
192.168.0.37    dbserver.lakecontrol.net dbserver
==================================================================================================================
*** route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
==================================================================================================================
*** ifconfig
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:16436  Metric:1
          RX packets:594 errors:0 dropped:0 overruns:0 frame:0
          TX packets:594 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:264405 (258.2 Kb)  TX bytes:264405 (258.2 Kb)
==================================================================================================================
*** ping tests
connect: Network is unreachable
Ping of 195.135.220.3 failed
ping: unknown host www.suse.de
Ping of www.suse.de failed
==================================================================================================================
*** dhcpcd-test
==================================================================================================================
*** lspci
02:00.0 Ethernet controller [0200]: Attansic Technology Corp. Device [1969:2060] (rev c1)
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8172] (rev 10)
==================================================================================================================
*** lsusb
Bus 002 Device 004: ID 0781:5406 SanDisk Corp. Cruzer Micro 1/2/4GB Flash Drive
Bus 002 Device 002: ID 8087:0020  
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0020  
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
==================================================================================================================
*** hwinfo (filtered)
23: PCI 200.0: 0200 Ethernet controller
  Model: "Attansic Ethernet controller"
  Vendor: pci 0x1969 "Attansic Technology Corp."
  Device: pci 0x2060 
  SubVendor: pci 0x1179 "Toshiba America Info Systems"
  SubDevice: pci 0xff1e 
24: PCI 300.0: 0280 Network controller
  Model: "Realtek Network controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8172 
  SubVendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  SubDevice: pci 0x8182 
==================================================================================================================
*** lsmod # (filtered)
| ac              | acpi_cpufreq    | ahci            | battery         | binfmt_misc      |
| cpufreq_conservative| cpufreq_powersave| cpufreq_userspace| crc_t10dif      | dock             |
| edd             | ehci_hcd        | fat             | fuse            | hwmon            |
| i2c_core        | i2c_i801        | ide_cd_mod      | ide_disk        | jbd              |
| libata          | lp              | mbcache         | microcode       | nls_cp437        |
| nls_iso8859_1   | output          | pata_sis        | ppdev           | scsi_mod         |
| sd_mod          | sg              | sis5513         | snd_hda_intel   | snd_hwdep        |
| snd_seq_device  | speedstep_lib   | sr_mod          | st              | thermal          |
| thermal_sys     | usb_storage     | vfat            | video           |
==================================================================================================================
*** cat /etc/sysconfig/network/ifcfg-[earwd]*
--- /etc/sysconfig/network/ifcfg-eth0
BOOTPROTO='static'
IPADDR='192.168.0.37/24'
NAME='AMD PCnet - Fast 79C971'
PREFIXLEN='24'
STARTMODE='auto'
USERCONTROL='no'
BROADCAST=''
ETHTOOL_OPTIONS=''
MTU=''
NETWORK=''
REMOTE_IPADDR=''
--- /etc/sysconfig/network/ifcfg-eth1
BOOTPROTO='static'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR='192.168.0.37/24'
MTU=''
NAME=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='yes'
PREFIXLEN='24'
==================================================================================================================
*** NWElizaStates
DI:0 FALON:1 NI:1 cNI:1 NIWD:0 IP6:1 KM:0 WLW:0 RTDT:SuSE
 

lOtz1009

Moderator
Teammitglied
Ich würd's entweder mal mit ner Live-CD der aktuellen 11.2 probieren oder laut
http://packages.opensuse-community.org/index.jsp?searchTerm=rtl8192&distro=openSUSE_111
das Repo http://download.opensuse.org/repositories/driver:/wireless/openSUSE_11.1 bzw. http://download.opensuse.org/repositories/driver:/wireless/11.1-update einbinden und das passende Treibermodul installieren. Ob nun "E" oder "SE" kann ich dir leider nicht sagen.

Für den LAN-Chip (AR8152 v1.1 Fast Ethernet??) müsste evtl. http://packages.opensuse-community.org/index.jsp?distro=openSUSE_111&searchTerm=atl1c her.
 

lOtz1009

Moderator
Teammitglied
Nein das ist keine Lösung ;)
Also prinzipiell schon. Der Treiber atl1c wurde im Kernel 2.6.34 um das Gerät AR8152 erweitert, vorher wird der Chip nicht unterstützt.
Die Rückportierung für 11.1 (atl1c-kmp-pae) ist hoffentlich schon in dem verlinkten Repo (der von mit zuletzt gepostete Link) enthalten. Allerdings befürchte ich, dass dies nicht funktionieren wird, bevor du zumindest deinen Kernel auf die "aktuelle" Version (für 11.1) 2.6.27.45 aktualisierst.
 
OP
M

michiyan

Newbie
also, hab den kernel aktualisiert und den "letzten link" atl1c-kmp-pae) per 1-click installiert leider hat es nix gebracht (noch)
Code:
This package contains kernel module for Atheros ethernet cards with the following PCI-IDs
1969:1062
1969:1063
meine netzwerkkarte hat aber die pci-id 1969:2060
oder muß ich nach den beiden oben genannten schritten noch etwas anderes tun?
 
OP
M

michiyan

Newbie
so, leider hab ich mich da zu früh gefreut... nix geht (aber das wlan funktioniert jetzt, nur das brauch ich eigentlich nicht :-( ). komischerweise leuchtet zwar die led auf meindem router aber die netzwerkkarte selbst scheint nicht zu funktionieren - ich komm einfach nicht mehr weiter
zur info:

Code:
*** uname -a
Linux lake1 2.6.27.45-0.1-default #1 SMP 2010-02-22 16:49:47 +0100 i686 i686 i386 GNU/Linux
==================================================================================================================
*** cat /etc/*[-_]release || cat /etc/*[-_]version
/etc/SuSE-release
openSUSE 11.1 (i586)
VERSION = 11.1
==================================================================================================================
*** cat /etc/resolv | grep -i "nameserver"
nameserver 192.168.0.1
nameserver %%.%.%%%.%%1
nameserver %%%.%%.%%%.%%2
==================================================================================================================
*** cat /etc/hosts
127.0.0.1       localhost
127.0.0.2       lake1.lakecontrol.net lake1
192.168.0.37    dbserver.lakecontrol.net dbserver
192.168.0.38    lake1 lake1
==================================================================================================================
*** route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.64.64.64     0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0 ppp0
==================================================================================================================
*** ifconfig
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:16436  Metric:1
          RX packets:155 errors:0 dropped:0 overruns:0 frame:0
          TX packets:155 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:56981 (55.6 Kb)  TX bytes:56981 (55.6 Kb)
ppp0      Link encap:Point-to-Point Protocol  
          inet addr:%%.%%%.%%%.3  P-t-P:10.64.64.64  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:1064 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1199 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3 
          RX bytes:791224 (772.6 Kb)  TX bytes:183322 (179.0 Kb)
wlan0     Link encap:Ethernet  HWaddr ##:##:##:##:##:#1  
          UP 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)
          Interrupt:17 Memory:f8898000-f8898100 
==================================================================================================================
*** ping tests
Ping of 195.135.220.3 OK
Ping of www.suse.de OK
==================================================================================================================
*** dhcpcd-test
==================================================================================================================
*** lspci
02:00.0 Ethernet controller [0200]: Attansic Technology Corp. Device [1969:2060] (rev c1)
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8172] (rev 10)
==================================================================================================================
*** lsusb
Bus 002 Device 003: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem / E270 HSDPA/HSUPA Modem
Bus 002 Device 002: ID 8087:0020  
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0020  
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
==================================================================================================================
*** hwinfo (filtered)
23: PCI 200.0: 0200 Ethernet controller
  Model: "Attansic Ethernet controller"
  Vendor: pci 0x1969 "Attansic Technology Corp."
  Device: pci 0x2060 
  SubVendor: pci 0x1179 "Toshiba America Info Systems"
  SubDevice: pci 0xff1e 
24: PCI 300.0: 0282 WLAN controller
  Model: "Realtek WLAN controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8172 
  SubVendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  SubDevice: pci 0x8182 
  Driver: "rtl819xSE"
  Driver Modules: "r8192se_pci"
  Device File: wlan0
  Link detected: no
    Driver Status: r8192se_pci is active
    Driver Activation Cmd: "modprobe r8192se_pci"
==================================================================================================================
*** lsmod # (filtered)
| ac              | acpi_cpufreq    | af_packet       | ahci            | battery          |
| binfmt_misc     | cpufreq_conservative| cpufreq_powersave| cpufreq_userspace| crc_ccitt        |
| crc_t10dif      | dock            | edd             | ehci_hcd        | fuse             |
| hwmon           | i2c_core        | i2c_i801        | ide_cd_mod      | ide_disk         |
| jbd             | libata          | mbcache         | microcode       | option           |
| output          | pata_sis        | ppp_async       | ppp_deflate     | ppp_generic      |
| r8192se_pci     | scsi_mod        | sd_mod          | sg              | sis5513          |
| slhc            | snd_hda_intel   | snd_hwdep       | snd_seq_device  | speedstep_lib    |
| sr_mod          | st              | thermal         | thermal_sys     | usb_storage      |
| usbserial       | video           | zlib_deflate    |
==================================================================================================================
*** cat /etc/sysconfig/network/ifcfg-[earwd]*
--- /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME='Realtek WLAN controller'
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
WIRELESS_AP=''
WIRELESS_AUTH_MODE='no-encryption'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL=''
WIRELESS_CLIENT_CERT=''
WIRELESS_CLIENT_KEY=''
WIRELESS_CLIENT_KEY_PASSWORD=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_EAP_AUTH=''
WIRELESS_EAP_MODE=''
WIRELESS_ESSID='§§§§§§§§1'
WIRELESS_FREQUENCY=''
WIRELESS_KEY=''
WIRELESS_KEY_0=''
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH='@@@@@@'
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_PEAP_VERSION=''
WIRELESS_POWER='yes'
WIRELESS_WPA_ANONID=''
WIRELESS_WPA_IDENTITY=''
WIRELESS_WPA_PASSWORD=''
WIRELESS_WPA_PSK=''
PREFIXLEN='32'
==================================================================================================================
*** NWElizaStates
IF:wlan0 IM:2 DI:1 FALON:1 NI:1 cNI:1 NIWD:0 IP6:1 KM:0 WLW:0 RTDT:SuSE
 
OP
M

michiyan

Newbie
ich glaub ehrlich gesagt nicht mehr, dass ich das hinbekomme :-(
bin nun am überlegen, dass ich mir einen usb-netzwerkadapter anschaffe. hat da vielleicht jemand eine empfehlung, die sicher unter 2.6.27.45 funktioniert (am besten so in der art plug&play)???
 
OP
M

michiyan

Newbie
also: hab nun suse 11.2 mit kernel 2.6.31.5-0.1-desktop aufgesetzt. leider wurde in den network devices der selbe fehler angezeigt...
nach einigen spielereien mit dem driver von http://partner.atheros.com/Drivers.aspx (die allesamt imho erfolglos waren) hab ich dann noch weiter herumprobiert... und bin in die kernel settings und habe aus der liste die netzwerkkarte ausgewählt und bei driver/module einfach "atl1c" eingetragen. danach bin ich nochmal zu den network devices und auf einmal war die atheros netzwerkkarte ganz weg. hab dann eine neue angelegt und wiederum bei module einfach "atl1c" eingetragen und siehe da: lan-kabel angesteckt (auf der anderen seite mein w-lan router) und die ip vom w-lan router in firefox eingegeben--> zugriff auf den router bzw. die konfigurationsseite des routers war da. ich sags euch, ich hab sowas von gejubelt. dann hab ich mir gedacht ich starte mal den rechner neu um zu sehen ob es irgendwelche probleme gibt beim hochfahren oder so---> das ergebnis: die atheros netzwerkkarte wird wieder bei den network devices angezeigt und LAN geht nicht mehr.
nun denn, hab ich das ganze spiel wie oben beschrieben wiederholt, nur diesmal leider ohne erfolg. bitte was is da los?????????
hoffe jemand kann mir weiterhelfen!?!!?!!
 

lOtz1009

Moderator
Teammitglied
Wird das Modul denn geladen?
lsmod | grep atl1c
Bzw. was meldet dir nach dem Systemstart /usr/sbin/hwinfo --netcard
 
Oben