Showing posts with label L655. Show all posts
Showing posts with label L655. Show all posts

Tuesday, April 30, 2013

How to Solve Toshiba Satellite L655 Battery not Shown in Linux

Toshiba Satellite L655
Battery icon is not there when Ubuntu or Fedora is installed on Toshiba Satellite L655. Here is the way to show the battery.

Step 1: Take a copy of current Differentiated System Description Table as follows.

sudo cat /sys/firmware/acpi/tables/DSDT > DSDT.dat

Tuesday, May 10, 2011

Installing Broadcom 43xx Wireless Drivers after Kernel Update in fedora

Broadcom Logo

After a kernel update in Toshiba Satellite laptops which are running on fedora may lose the wireless network capability which is based on Broadcom chips. Even drivers are available from RPMFusion repo, it will take couple of days to update drivers with newly released kernel. Best option is compling the driver as following steps which gives wireless capability instantly.

Step 1:
Run 'lspci | grep -i broadcom' in terminal to make sure wireless hardware is there.
[kasun@katalyst ~]$ lspci | grep -i broadcom
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g LP-PHY (rev 01)
[kasun@katalyst ~]$