[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2011-01-10 Thread Jeremy Foshee
** Changed in: linux (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: linux (Ubuntu)
 Assignee: Canonical Kernel Team (canonical-kernel-team) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/538383

Title:
  Sound card not detected on Lenovo T410s with Ubuntu Lucid

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-07-08 Thread Bonne Eggleston
Can anyone confirm whether the microphone works with the suggested fix?

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-07-08 Thread Thomas Korber
Hi,

Bonne Eggleston bo...@ixum.net writes:

 Can anyone confirm whether the microphone works with the suggested
fix?

Confirmed. That one can be closed.

Regards,
Thomas

-- 
Grüße, | http://www.korber.org +++ mailto:tho...@korber.org
   Thomas  |Linux User Group Ingolstadt: http://www.lug-in.de
PGP-ID: 0x4603A0E3 | A4B3 BA2A DDC8 B771 8084  CD4D BE14 5C3E 4603 A0E3

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-07-08 Thread RxS
Hi,

 Can anyone confirm whether the microphone works with the suggested fix? 
   I am running Linux it 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 08:03:28 
UTC 2010 x86_64 GNU/Linux

The two microphones on the laptop (T410s) work, but the sound card will not 
accept sound from a combination mic/audio 
headset when plugged in. The audio is available through the headset and the 
system will input audio only from the built in mic.

Thanks!
Rajesh

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-05-27 Thread AmenophisIII
2.6.32.14 was released. i'm not sure how to get canonicals attention
correctly... lets try assigning them :)

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-05-21 Thread AmenophisIII
hello darren

you need to create a script, (that has to be run after every reboot,) that 
persuades the system that your sound card is supported.
to do this, open a text editor (applications/accessories/ then gedit or 
mousepad (dunno what is installed per default on lucid).
paste the following lines (without the ==marker) into a new document...
===
#!/bin/bash
modprobe snd-hda-intel
echo '8086 3b57'  '/sys/bus/pci/drivers/HDA Intel/new_id'
===

save it (e.g. as /home/your username/audio.sh).
open a terminal (applications/accessories/terminal) (this is quite similar to a 
dos box).
you can output the script file with cat filename (e.g. cat audio.sh (if you 
saved the script in your home directory).
to tell the system, that the script can be executed, type chmod u+x filen 
ame and hit enter
than you can try if it works with sudo ./filen ame (it will ask your 
password, because sudo gives you admin power).
you should then be able to hear audio in music and music players etc. (dont 
forget to adjust the volume settings, they could be muted).

if that worked you can tell the system, that it should execute that script 
whenever your system is booted, otherwise you would have to execute after every 
(re)boot (by opening a terminal and executing sudo ./filen ame like in the 
last step).
id suggest, that you wait for the kernel update, that fixes the problem (in a 
few weeks).
if you want to configure it anyway please read 
http://www.debian-administration.org/article/Making_scripts_run_at_boot_time_with_Debian
 or ask in the ubuntuforums

hope that helps

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-05-20 Thread Darren Daley
I am experimenting with Linux, ubuntu 10.04, for my first time. I have a
Lenovo T410s 64-bit machine.

I'm quite excited about trying something different than windows for the
first time. Problem is the sound isn't functioning. I saw a couple
previous posts that address this issue, but I'm not very good with
computers beyond being a normal graduate student user. Could somebody
give me a step by step guide, in fourth-grader language, on how to
resolve this issue, perhaps developing the suggestions around posts 5
and 6? Or am I in over my head, and should go running back to windows 7?

Thank you in advance!

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-05-18 Thread madbiologist
@AmenophisIII - The fix you mentioned has not been cc'd to the stable
kernel branch, which is where Lucid is getting it's kernel updates from.
Maybe try contacting Takashi Iwai (his email address is in the commit
you linked) and asking him nicely if he can send this to the stable
branch for review.

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-05-18 Thread AmenophisIII
just for the record: the correct behavior (according to the stable
maintainer http://www.kroah.com/log/linux/stable-status-01-2010.html)
is: If ... you have found a patch written by someone else that you wish
to have applied to the stable trees, email the git commit id of the
patch as it shows up in Linus's tree to the sta...@kernel.org email
address.

done (with cc to takashi)

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-05-18 Thread AmenophisIII
the patch is queued for 2.6.32.14 and 2.6.33.5 now.

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-05-18 Thread madbiologist
Thanks AmenophisIII.

In the meantime Jerone Young has created a new dkms package which does
not conflict with the thinkpad-acpi module - see comments 8 and 9 in bug
557742.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-05-17 Thread AmenophisIII
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-05-17 Thread AmenophisIII
this was fixed in vanilla with commit
http://git.kernel.org/linus/c602c8ad45d6ee6ad91fc544513cc96f70790983
please include it in a lucid update

** Tags added: patch
** Tags removed: needs-kernel-logs needs-upstream-testing

** Tags added: trivial

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-04-28 Thread Thomas Korber
apport information

** Tags added: apport-collected

** Description changed:

  Hi,
  
  The sound card on a Lenovo 410s is not detected.
  
  uname -a:
  Linux rivendell 2.6.32-16-generic #25-Ubuntu SMP Tue Mar 9 16:33:12 UTC 2010 
x86_64 GNU/Linux
  
  cat /proc/version_signature:
  Ubuntu 2.6.32-16.25-generic
  
  relevant output of lspci -vnvn:
  
  00:1b.0 Audio device [0403]: Intel Corporation Device [8086:3b57] (rev 06)
  Subsystem: Lenovo Device [17aa:215e]
  Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
  Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
  Interrupt: pin B routed to IRQ 11
  Region 0: Memory at f252 (64-bit, non-prefetchable) [size=16K]
  Capabilities: [50] Power Management version 2
  Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
  Status: D0 PME-Enable- DSel=0 DScale=0 PME-
  Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ 
Queue=0/0 Enable-
  Address:   Data: 
  Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 
00
  DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s 64ns, 
L1 1us
  ExtTag- RBE- FLReset+
  DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
  RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
  MaxPayload 128 bytes, MaxReadReq 128 bytes
  DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ 
TransPend-
  LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, 
Latency L0 64ns, L1 1us
  ClockPM- Suprise- LLActRep- BwNot-
  LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
  ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
  LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- 
DLActive- BWMgmt- ABWMgmt-
  Capabilities: [100] Virtual Channel ?
  Capabilities: [130] Root Complex Link ?
  
  Regards,
  Thomas
+ --- 
+ AlsaDevices:
+  total 0
+  drwxr-xr-x  2 root root  60 2010-04-27 08:01 by-path
+  crw-rw+ 1 root audio 116, 4 2010-04-27 08:01 controlC29
+  crw-rw+ 1 root audio 116, 3 2010-04-27 08:01 seq
+  crw-rw+ 1 root audio 116, 2 2010-04-27 08:01 timer
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
+ AplayDevices:
+  aplay: device_list:244: snd_ctl_pcm_next_device
+   List of PLAYBACK Hardware Devices 
+ Architecture: amd64
+ ArecordDevices:
+  arecord: device_list:244: snd_ctl_pcm_next_device
+   List of CAPTURE Hardware Devices 
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC29', '/dev/snd/seq', '/dev/snd/timer', '/dev/sequencer2', 
'/dev/sequencer'] failed with exit code 1:
+ Card29.Amixer.info:
+  Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
6UHT27WW-1.08'
+Mixer name : 'ThinkPad EC 6UHT27WW-1.08'
+Components : ''
+Controls  : 1
+Simple ctrls  : 1
+ Card29.Amixer.values:
+  Simple mixer control 'Console',0
+Capabilities: pswitch pswitch-joined penum
+Playback channels: Mono
+Mono: Playback [off]
+ DistroRelease: Ubuntu 10.04
+ HibernationDevice: RESUME=UUID=07d75090-ec8c--9aef-842393b10942
+ InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100223.2)
+ MachineType: LENOVO 29123AG
+ Package: linux (not installed)
+ ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-21-generic 
root=/dev/mapper/vg_system-lv_root ro quiet splash
+ ProcEnviron:
+  PATH=(custom, user)
+  LANG=de_DE.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
+ Regression: No
+ RelatedPackageVersions: linux-firmware 1.34
+ Reproducible: Yes
+ Tags: lucid audio needs-upstream-testing
+ Uname: Linux 2.6.32-21-generic x86_64
+ UserGroups: adm admin cdrom dialout dip libvirtd lpadmin plugdev pulse 
pulse-access sambashare video
+ WifiSyslog:
+  Apr 28 07:44:20 rivendell NetworkManager: info  (wlan0): supplicant 
connection state:  completed - group handshake
+  Apr 28 07:44:20 rivendell NetworkManager: info  (wlan0): supplicant 
connection state:  group handshake - completed
+  Apr 28 08:14:14 rivendell NetworkManager: info  (wlan0): supplicant 
connection state:  completed - group handshake
+  Apr 28 08:14:14 rivendell NetworkManager: info  (wlan0): supplicant 
connection state:  group handshake - completed
+ dmi.bios.date: 03/25/2010
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 6UET33WW (1.11 )
+ dmi.board.name: 29123AG
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Available
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 

[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-04-27 Thread Jeremy Foshee
Hi Thomas,

Please be sure to confirm this issue exists with the latest development release 
of Ubuntu.  ISO CD images are available from 
http://cdimage.ubuntu.com/releases/ . If the issue remains, please run the 
following command from a Terminal (Applications-Accessories-Terminal).  It 
will automatically gather and attach updated debug information to this report.

apport-collect -p linux 538383

Also, if you could test the latest upstream kernel available that would be 
great.  It will allow additional upstream developers to examine the issue.  
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've tested the 
upstream kernel, please remove the 'needs-upstream-testing' tag.  This can be 
done by clicking on the yellow pencil icon next to the tag located at the 
bottom of the bug description and deleting the 'needs-upstream-testing' text.  
Please let us know your results.

Thanks in advance.

[This is an automated message.  Apologies if it has reached you 
inappropriately; please just reply to this message indicating so.]


** Tags added: kernel-sound

** Tags added: needs-kernel-logs

** Tags added: needs-upstream-testing

** Tags added: kj-triage

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-04-20 Thread madbiologist
@ Jimi - You may be interested in comment 18 at bug 522982.  Note that
the linux-alsa-driver-modules-xxx in that ppa does not remain frozen at
1.0.23, but is update daily, which means there is the possibility to
introduce new bugs in the form of regressions or instability.

You may also be interested in the comments at bug 557742 - Jerone Young
is pushing to try and get this into the alsa-backports package in 10.04.
He has also created a dkms package to resolve this issue however he has
subsequently advised not to use the dkms package, but wait for alsa-
backports, as apparently the dkms package conflicts with the thinkpad-
acpi module.

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-04-17 Thread madbiologist
The just-released ALSA 1.0.23 may help.

From the changelog:

HDA Codec driver

- ALSA: hda - Add initial support for Thinkpad T410s HDA codec
attached please find a patch that adds support for at least the T410s
HDA codec. Most likely it will also add support for the T410 and T510
based models.
The patch was derived from Ideapad support. Support for the laptop's and
docking-station output connectors as well as the docking-station microphone
connector and the laptops internal devices has been tested. Since it has 
been
developed without a data-sheet available, support for digital outputs and 
the
laptop's microphone input may well be incorrect.
Microphone mute functionality is not included:
The microphone mute button seems to be reported through thinkpad_acpi key
101b. The mute button LED seems to be wired to thinkpad_acpi led
number 15.

Ubuntu 10.04 Lucid Lynx is currently carrying ALSA 1.0.22.1+dfsg-
0ubuntu3.

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-04-17 Thread Jimi Rønberg
@madbiologist

Very well, the question is when Ubuntu Lucid will use the new version of ALSA.
Do you know where/who to ask about this ?

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-04-17 Thread madbiologist
As Lucid is now in final freeze it won't be getting this version of
ALSA.

With luck this version of ALSA will be included in a PPA for Lucid.  I
suggest monitoring the page at https://launchpad.net/ubuntu/+source
/alsa-driver - click the Other versions of 'alsa-driver' in untrusted
archives. link at the bottom.

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-04-07 Thread tomx
@map7: thanks, that helpded, sound is now available automatically after
boot.

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-04-05 Thread tomx
The fix works, but has to be executed after reboot again. 
a sudo'ed script with 

#/bin/sh
modprobe snd-hda-intel
cd /sys/bus/pci/drivers/HDA\ Intel/
echo '8086 3b57'  new_id

doesn't have the desired effect. Is there a way to set this without
having to execute these command after every boot?

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-04-05 Thread map7
tomx that script worked for me.

You were missing the ! after the hash character.

#!/bin/sh
modprobe snd-hda-intel
cd /sys/bus/pci/drivers/HDA\ Intel/
echo '8086 3b57'  new_id

Also did you do the following commands
# chmod +x script name
# update-rc.d script name defaults

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-04-01 Thread Jimi Rønberg
map7: sorry forgot to write that you need to run 'modprobe snd-hda-
intel' - then the directory will appear

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-03-31 Thread map7
I've got the same problem on my T410s but I'm running kernel 2.6.32.18
and don't have a HDA Intel directory.

Here are the directories I have in my /sys/bus/pci/drivers directory:
 agpgart-intel  asiliantfb   ata_piix  ehci_hcd  imsttfb  langwell_gpio  
pata_acpi  pcieport  serial
ahci   ata_generic  e1000ei915  iwlagn   ohci_hcd   
pata_sis   pdc_adma  uhci_hcd

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-03-17 Thread Jeremy Foshee
** Tags removed: kernel-series-unknown

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-03-17 Thread Jimi Rønberg
Here is my relevant output from lspci -vvxxx about the Intel audio:

00:1b.0 Audio device: Intel Corporation Device 3b57 (rev 06)
Subsystem: Lenovo Device 215e
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Interrupt: pin B routed to IRQ 11
Region 0: Memory at f252 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
00: 86 80 57 3b 02 01 10 00 06 00 03 04 10 00 00 00
10: 04 00 52 f2 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 aa 17 5e 21
30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 02 00 00


Please say if you need anything else.

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-03-16 Thread Jimi Rønberg
It looks like it is just the pci id that is not recognized by the kernel
driver - running latest ubuntu lucid build from yesterday:

kernel 2.6.32-16.25

I got sound for my Lenovo T410s to work by just adding it temporarely
here:

cd '/sys/bus/pci/drivers/HDA Intel'
echo '8086 3b57'  new_id

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-03-16 Thread Jimi Rønberg
** Tags added: lucid

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538383] Re: Sound card not detected on Lenovo T410s with Ubuntu Lucid

2010-03-13 Thread Jeremy Foshee
** Tags added: kernel-series-unknown

-- 
Sound card not detected on Lenovo T410s with Ubuntu Lucid
https://bugs.launchpad.net/bugs/538383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs