how to enable the bcm4312 on karmic koala (ubuntu 9.10)
if you have bcm4312 as your wireless card in your laptop it won't work before you do the following
first check your card using 'lspci' command
if u see something like this 'Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)'
than u need to install some package
just do this:
$sudo apt-get install dkms patch fakeroot bcmwl-kernel-source
and reboot.
check for a module that added to the booting using 'lsmod' command
if u find something like this: lib80211 7812 2 lib80211_crypt_tkip,wl
than your wifi is working already and you should give it a try.
if still can't work... please try to find it on ubuntu forums or u can ask the how to on ubuntu IRC channel. someone out there should know how to make things work.
There are severals ways to mount samba share folders into OSMC. the first step is to turn on the SSH Services in your OSMC go to setting OSMC and choose services by default OSMC SSH will use osmc as its default user and osmc as its default password. second step is to share the folder(s) you want to share to osmc to do this just do a share configuration in windows, there are many links to provide this tutorial. third step is to mount the shares folder(s) to the OSMC. forth step is to make sure that the cifs-util module are loaded to the osmc fifth step is to mount them you can use the mount command or you can mapped the samba folders through fstab to do manual mount type in: mount -t cifs -o username=Administrator,password=Password // / /mnt/ or you can edit the /etc/fstab //source_ip/share_folder /target_directory cifs username=YOURUSERNAME,password=YOURPASSWORD,iocharset=utf8,file_mode=0777,dir_mode=0777 That's it but when osmc rebooted, you might want to ...
Comments