https://wiki.ubuntu.com/LaptopTestingTe ... nd%20Fixes
I wszystko fajnie, tylko tam jest opisane jak uruchomić internet, mając internet. hmm. wiem, ze chodzi o połączenie kablem, no ale ja nie mam takiej mozliwości.
zacytuję:
no więc po pierwsze, nie mogę oczywiście dodać repozytoriów.Wireless Driver -- The new Broadcom STA driver works well for the BCM4312, and should work fine for different antennas in other models. However, it seems the Broadcom STA cannot connect to access points with hidden SSIDs. If you don't want to use restricted (closed-source) drivers, or you need to connect to a hidden SSID, ndiswrapper works fine. The below instructions were taken from the excellent tutorial here.
Notify! Make sure that the radio is not disabled from bios. Ohterwise wlan will not work (the device is detected, though) NOTE - If you have the 4GB SSD version of the Mini-Note, you may need a different driver! See the "Wireless Networking" section below.
1.
Update your apt repositories
sudo apt-get update
2.
Install NDISWrapper and Blacklist Native Driver
echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist
sudo apt-get install ndiswrapper-utils-1.9
3.
Download and Extract the sp38766 Drivers
mkdir ~/bcm43xx; cd ~/bcm43xx
sudo apt-get install cabextract
wget ftp://ftp.hp.com/pub/softpaq/sp38501-39000/sp38766.exe
cabextract sp38766.exe
If you have problems accessing hp's web site try ftp.compaq.com
4.
Configure NDISWrapper and WPA Supplicant
sudo ndiswrapper -i bcmwl5.inf
ndiswrapper -l
sudo depmod -a
sudo modprobe ndiswrapper
sudo cp /etc/network/interfaces /etc/network/interfaces.orig
echo -e 'auto lo\niface lo inet loopback\n' | sudo tee /etc/network/interfaces
sudo ndiswrapper -m
echo 'ndiswrapper' | sudo tee -a /etc/modules
echo 'ENABLED=0' | sudo tee -a /etc/default/wpasupplicant
Careful about line wrapping on the next bit of code. You should copy and paste everything in the box before running -- it is one long command.
echo -e '#Hardy ssb/ndiswrapper workaround, added' `date` '\ninstall ndiswrapper modprobe -r b43 b44 b43legacy ssb; modprobe --ignore-install ndiswrapper $CMDLINE_OPTS; modprobe ssb; modprobe b44;' | sudo tee -a /etc/modprobe.d/ndiswrapper
5. Reboot.
po drugie, kiedy wpisuje komendę:
wyskakuje mi:echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist
nie mówiąc już, o braku mozliwości ściągnięcia ndiswrapper-utils-1.9.tee: /etc/modprobe/blasklist: No such a file or directory
blacklist bcm43xx
ndiswrapper-utils-1.09 ściągnąłem z sieci jako pakiet .deb i wsadziłem na pulpit, ale kiedy na to klikam, wyskakuje mi:
jak to dalej ruszyć?Error: Dependency is not satisfable: ndiswrapper-common
dla informacji:
thomala@thomala-laptop:~$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.5 PIC: VIA Technologies, Inc. P4M900 I/O APIC Interrupt Controller
00:00.6 Host bridge: VIA Technologies, Inc. P4M900 Security Device
00:00.7 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:02.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller (rev 80)
00:03.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller (rev 80)
00:0f.0 IDE interface: VIA Technologies, Inc. Unknown device 5372
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev b0)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev b0)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev b0)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 90)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237S PCI to ISA Bridge
00:11.7 Host bridge: VIA Technologies, Inc. VT8251 Ultra VLINK Controller
00:13.0 Host bridge: VIA Technologies, Inc. VT8237A Host Bridge
00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
01:00.0 VGA compatible controller: VIA Technologies, Inc. Chrome9 HC IGP (rev 01)
02:00.0 Network controller: Broadcom Corporation BCM4310 USB Controller (rev 01)
07:03.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5788 Gigabit Ethernet (rev 03)
80:01.0 Audio device: VIA Technologies, Inc. VIA High Definition Audio Controller (rev 10)
thomala@thomala-laptop:~$