Moinmoin ☺
Hab mir letztes WE mal überlegt, ein Ubuntu 6.10 mit Gnome als Zweit-OS auf meine XP-Kiste (AMD Athlon 64 X2 wenn das eine Rolle spielt) zu hauen.
Netzwerktreiber für meine Netzwerkkarte hatte er nicht (Belkin 802.11g PCI Karte mit Broadcom Chipsatz BCM4306), also habe ich das mit ndiswrapper gemacht.
ndiswrapper saggt auch, dass der treiber geladen ist und die hardware da ist, modprobe ndiswrapper zeigt auch keine fehlermeldungen an.
Aber meine Karte findet keine Netzwerke und verbindet sich auch nicht mit unserem Wlan-Netzwerk ☹
Unter XP geht sie aber tadellos (das ist auch meine einzige Möglichkeit hier zu posten\^^).
Hier mal die Daten, die man schreiben sollte.
1) Wie sieht dein Netzwerk aus?
T-Sinus 111 DSL-Router und verschiedene PCs im Hause, die mit dem Router verbunden sind. Der Router hat die IP 192.168.2.1 .
2) Was für Hardware ist verbaut? Wurde die Netzwerkkarte überhaupt erkannt?
lspci 00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3) 00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3) 00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2) 00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2) 00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3) 00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2) 00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev f2) 00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3) 00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3) 00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2) 00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3) 00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) 00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) 00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) 00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600 GT] (rev a2) 05:08.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 02) 05:0b.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) 05:0c.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13) lspci | grep Ethernet 00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3) 05:0c.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
3) Wie sieht die aktuelle Konfiguration des Netzwerkes aus?
egrep -v "^$|^#" /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp iface eth2 inet dhcp wireless-essid WLAN auto ath0 iface ath0 inet dhcp auto wlan0 iface wlan0 inet dhcp auto eth2 egrep -v "^$|^#" /etc/resolv.conf domain LAN egrep -v "^$|^#" /etc/hosts 127.0.0.1 localhost 127.0.1.1 adi-desktop.LAN ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts ifconfig eth0 Protokoll:Ethernet Hardware Adresse 00:15:F2:9F:31:DC 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 Kollisionen:0 Sendewarteschlangenlänge:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:233 Basisadresse:0x4000 lo Protokoll: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 Metric:1 RX packets:162 errors:0 dropped:0 overruns:0 frame:0 TX packets:162 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:0 RX bytes:12132 (11.8 KiB) TX bytes:12132 (11.8 KiB) route -n Kernel IP Routentabelle Ziel Router Genmask Flags Metric Ref Use Iface (also garnix) iwconfig eth2 IEEE 802.11b/g ESSID:"" Nickname:"Broadcom 4306" Mode:Managed Frequency=2.437 GHz Access Point: Invalid RTS thr:off Fragment thr:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
4) Wie "weit" geht das Internet? Liegt es am Router? Liegt es an der Namensauflösung?
Garnicht, ich finde ja nicht mal den Router 😕
\––
Ich hoffe ihr könnt mir helfen, da ich leider kompletter Anfänger in Linux bin\^^