Kod: Zaznacz cały
# ifconfig nazwainterfejsu up
Nie wiem jaką masz u siebie ,ale np. u mnie wi-fi jest na eth0.
Kod: Zaznacz cały
# ifconfig nazwainterfejsu up
Kod: Zaznacz cały
lspci
Kod: Zaznacz cały
10:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)
U mnie instalacja sprowadza się do tego, by zainstalować bcm43xx-fwcutter, automatycznie lub ręcznie załadować firmware, restart i działa.# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# Wifi
allow-hotplug eth0
iface eth0 inet dhcp
Karta sieciowa zaczęła działać po zainstalowaniu nowszej wersji debiana.iria pisze:Tak mam tę kartę.
wyrzucaKod: Zaznacz cały
lspci
Przy instalacji bcm43xx-fwcutter daję by ściągnął firmware, ale jeśli nie mam, akurat netu po kablu to ładuje firmware z tego pliku, sposobem który opisałem wcześniej.Kod: Zaznacz cały
10:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)
Mój /etc/network/interfaces
U mnie instalacja sprowadza się do tego, by zainstalować bcm43xx-fwcutter, automatycznie lub ręcznie załadować firmware, restart i działa.# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# Wifi
allow-hotplug eth0
iface eth0 inet dhcp
Posługiwałem się tą stroną
Kod: Zaznacz cały
iwconfig eth1 essid nazwa_sieci
dhclient
e /etc/network/interfacesGordon1x pisze:Czy można jakiś skrypt napisać, aby automatycznie wykonywał przy starcie systemu w/w polecenia?
Kod: Zaznacz cały
auto eth1
iface eth1 inet dhcp
wireless-essid naza_sieci
Kod: Zaznacz cały
# lspci | grep Broadcom
10:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)
30:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 02)
Kod: Zaznacz cały
# lsmod | grep bcm
bcm43xx 434208 0
ieee80211softmac 34432 1 bcm43xx
ieee80211 38600 2 bcm43xx,ieee80211softmac
firmware_class 15360 2 bcm43xx,pcmcia
Kod: Zaznacz cały
#dmesg
....
bcm43xx driver
ACPI: PCI Interrupt Link [C147] enabled at IRQ 10
ACPI: PCI Interrupt 0000:30:00.0[A] -> Link [C147] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:30:00.0 to 64
bcm43xx: Chip ID 0x4311, rev 0x2
bcm43xx: Number of cores: 4
bcm43xx: Core 0: ID 0x800, rev 0x13, vendor 0x4243
bcm43xx: Core 1: ID 0x812, rev 0xd, vendor 0x4243
bcm43xx: Unsupported 80211 core revision 13
bcm43xx: Core 2: ID 0x817, rev 0x4, vendor 0x4243
bcm43xx: Core 3: ID 0x820, rev 0x5, vendor 0x4243
bcm43xx: PHY connected
bcm43xx: Detected PHY: Analog: 4, Type 2, Revision 9
bcm43xx: Invalid PHY Revision 9
bcm43xx: Detected Radio: ID: 2205017f (Manuf: 17f Ver: 2050 Rev: 2)
bcm43xx: Radio turned off
bcm43xx: Radio turned off
udev: renamed network interface eth0 to eth2
bcm43xx: PHY connected
bcm43xx: Microcode rev 0x127, pl 0xe (2005-04-18 02:36:27)
bcm43xx: Radio turned on
bcm43xx: Radio enabled by hardware
bcm43xx: Chip initialized
bcm43xx: 64-bit DMA initialized
bcm43xx: Keys cleared
bcm43xx: Selected 802.11 core (phytype 2)
bcm43xx: FATAL ERROR: BCM43xx_IRQ_XMIT_ERROR
ADDRCONF(NETDEV_UP): eth2: link is not ready
bcm43xx: set security called, .level = 0, .enabled = 0, .encrypt = 0
bcm43xx: MAC suspend failed
bcm43xx: MAC suspend failed
bcm43xx: MAC suspend failed
bcm43xx: MAC suspend failed
bcm43xx: MAC suspend failed
bcm43xx: MAC suspend failed
bcm43xx: MAC suspend failed
bcm43xx: MAC suspend failed
bcm43xx: MAC suspend failed