Mam problem z zainstalowaniem sterowników do laptopa hp 6735s. Na forum dotyczącym Ubuntu znalazłem info o sterach http://www.broadcom.com/support/802.11/linux_sta.php, które podobno pasują do mojego wifi. W zamieszczonym tam pliku readme ( http://www.broadcom.com/docs/linux_sta/README.txt ) jest wszystko podane, ale niestety podane linie kodu wyświetlają mi błędy:
W readme pisze:
Kod: Zaznacz cały
2. Go to that directory: cd hybrid_wl
3. Untar the appropriate 32/64 bit file
to that directory
32 bit: tar -xzf <path>/hybrid-portsrc.tar.gz
64 bit: tar -xzf <path>/hybrid-portsrc-x86_64.tar.gz
After untar'ing you should have a src and lib sub directory plus a Linux
2.6 "kbuild" external makefile (Makefile). The lib sub directory has the pre-built
binary, wlc_hybrid.o_shipped.
You use the standard Linux 2.6 kernel build system as follows to make a Linux loadable
kernel module (LKM):
On the target machine, and cd'ed to the directory that contains the Makefile (fragment)
4. Cleanup (optional): make -C /lib/modules/<2.6.xx.xx>/build M=`pwd` clean
5. Build the LKM, i.e. wl.ko: make -C /lib/modules/<2.6.xx.xx>/build M=`pwd`
Kod: Zaznacz cały
debian:/home/calasilyar/programy/hybrid_wl# make -C /lib/modules/2.6.24-1-amd64/build M='pwd' clean
make: *** /lib/modules/2.6.24-1-amd64/build: Nie ma takiego pliku ani katalogu. Stop.
debian:/home/calasilyar/programy/hybrid_wl# make -C /lib/modules/2.6.24-1-amd64/build M='pwd'
make: *** /lib/modules/2.6.24-1-amd64/build: Nie ma takiego pliku ani katalogu. Stop.