Showing posts with label toshiba. Show all posts
Showing posts with label toshiba. Show all posts

Tuesday, December 25, 2012

Windows Update does not work

Simple:

  1. Click "start", "cmd",
  2. Right click "Run as administrator"
  3. Type "net stop wuauserv"
  4. Type "ren %windir%\softwaredistribution sd.old"
  5. Type "net start wuauserv"
  6. Reboot
  7. Now you can use windows update again


Thursday, July 28, 2011

toshiba_acpi on L670-1JN

According to :

http://memebeam.org/toys/ToshibaAcpiDriver

$ modprobe toshiba_acpi
FATAL: Error inserting toshiba_acpi
(.../kernel/drivers/acpi/toshiba_acpi.ko): No such device

means that I do not have the proper toshiba, in my case, here is what I got:

FATAL: Error inserting toshiba_acpi (/lib/modules/3.0.0-1-amd64/kernel/drivers/platform/x86/toshiba_acpi.ko): No such device

However if one dig a little further

$ sudo acpidump -b -t DSDT -o DSDT.aml
$ iasl -d DSDT.aml
$ grep TOS1900 DSDT.dsl
Name (_HID, EisaId ("TOS1900"))
Yay ! this means I should be able to use toshiba_acpi ! TOS1900 is the Toshiba Value Added Package from windows.

ref:
* http://www.lesswatts.org/projects/acpi/overridingDSDT.php

Intel [HDA Intel], device 0: ALC259 Analog [ALC259 Analog]

Finally got it to work, simply:

$ sudo vim modprobe.d/alsa-base.conf

then add:

options snd-hda-intel model=auto
options snd-hda-intel model=toshiba
after a :

$ sudo alsa force-reload

it should show a nice output now:

[ 2759.008573] hda_codec: ALC259: BIOS auto-probing.
[ 2759.009419] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input29
[ 2759.011722] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input30
[ 2759.011949] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input31
[ 2759.012435] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 2759.012601] HDA Intel 0000:01:00.1: irq 44 for MSI/MSI-X
[ 2759.012667] HDA Intel 0000:01:00.1: setting latency timer to 64
[ 2759.028207] HDMI status: Pin=3 Presence_Detect=0 ELD_Valid=0
[ 2759.028615] input: HD-Audio Generic HDMI/DP as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input32
[ 2899.944868] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.


ref:
* https://help.ubuntu.com/community/HdaIntelSoundHowto

Tuesday, July 26, 2011

TOSHIBA Satellite L670-1JN

After much struggle, I finally found out that toshiba_acpi was meant for older toshiba laptop. It looks like the proper driver for mine is at:

Omnibook