[Bug 597056] Re: HP Touchsmart 600-1005xt No sound from Internal Speakers

2012-01-27 Thread Jeff Bower
1.0.24 is stock on Oneiric with no luck.

Manually installing 1.0.25 now detects as an HDA NVidia/Realtek ALC888
but still no sound from the internal speakers.

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

Title:
  HP Touchsmart 600-1005xt No sound from Internal Speakers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/597056/+subscriptions

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


[Bug 655169] [NEW] uTouch support for HP TouchSmart 600 (nwfermi based)

2010-10-05 Thread Jeff Bower
Public bug reported:

Binary package hint: utouch

The uTouch package does not seem to support nwfermi-based touchscreen drivers 
such as those found in the HP TouchSmart 600-series.  I'd like to request that 
this driver be added to the package in a future release and I'd be happy to 
capture any relevant information to facilitate this.  Please see related issue 
379313 which introduces the NextWindow driver:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/379313/

** Affects: utouch (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: touchsmart utouch

-- 
uTouch support for HP TouchSmart 600 (nwfermi based)
https://bugs.launchpad.net/bugs/655169
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 379313] Re: Handling NextWindow Touchscreen (multitouch)

2010-09-09 Thread Jeff Bower
However, unless you're running a very new kernel you can probably omit
the sed lines if you're just compiling for 64-bit.  This should work
as a quick step-by-step:

wget 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/379313/+attachment/1455604/+files/nwfermi-0.2_i386.deb
ar x nwfermi-0.2_i386.deb
tar -zxmvf data.tar.gz
cd usr/src/nwfermi-0.2

# Only uncomment if running Maverick or you get USB-related compiler errors
#sed -i 's/usb_buffer_alloc/usb_alloc_coherent/g' nw-fermi.c
#sed -i 's/usb_buffer_free/usb_free_coherent/g' nw-fermi.c

make
sudo cp nw-fermi.ko /lib/modules/$(uname -r)/updates/dkms
sudo insmod /lib/modules/$(uname -r)/updates/dkms
sudo depmod -a

-- 
Handling NextWindow Touchscreen (multitouch)
https://bugs.launchpad.net/bugs/379313
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 379313] Re: Handling NextWindow Touchscreen (multitouch)

2010-09-07 Thread Jeff Bower
In order to run on the Maverick Beta kernel, you'll need to manually compile 
the module.  First extract the .deb contents somewhere (I use /tmp/nwfermi as 
an example) and run the following:
cd /tmp/nwfermi/usr/src/nwfermi-0.2
sed -i 's/usb_buffer_alloc/usb_alloc_coherent/g' nw-fermi.c
sed -i 's/usb_buffer_free/usb_free_coherent/g' nw-fermi.c
make
sudo cp nw-fermi.ko /lib/modules/$(uname -r)/updates/dkms
sudo insmod /lib/modules/$(uname -r)/updates/dkms
sudo depmod -a

Sadly, no uTouch support seems to be available.

-- 
Handling NextWindow Touchscreen (multitouch)
https://bugs.launchpad.net/bugs/379313
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 597056] Re: HP Touchsmart 600-1005xt No sound from Internal Speakers

2010-08-31 Thread Jeff Bower
Sadly (?) I no longer have Win7 installed on the machine but from memory
I'm fairly certain it made no difference.  If it will help and there are
no further confirmations I can look into installing Win7 in some empty
space on my hard drive to verify.  If there's any additional information
I can help gather I'd be more than happy to do so.

Tack!

-- 
HP Touchsmart 600-1005xt No sound from Internal Speakers
https://bugs.launchpad.net/bugs/597056
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 597056] Re: HP Touchsmart 600-1005xt No sound from Internal Speakers

2010-08-31 Thread Jeff Bower
One more comment, the output above reported an ALC888, however I believe
that the actual part number is the ALC888S
(http://www.realtek.com.tw/products/productsView.aspx?Langid=1PFid=28Level=5Conn=4ProdID=141).
I didn't quickly find a reference to my specific model, but the 600-1050
mentions this explicitly
(http://h10025.www1.hp.com/ewfrf/wc/document?lc=endlc=encc=usdocname=c01862319).
I don't know if this changes things, but I figure it couldn't hurt to
mention it. :)

-- 
HP Touchsmart 600-1005xt No sound from Internal Speakers
https://bugs.launchpad.net/bugs/597056
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 597056] Re: HP Touchsmart 600-1005xt No sound from Internal Speakers

2010-08-31 Thread Jeff Bower
Windows 7 installed in some empty space, interestingly enough even the
Windows default drivers didn't work.  After installing the drivers from
HP the sound worked fine under Windows, but rebooting into Ubuntu didn't
see any change.  It was a soft reboot (I didn't power off completely)
and I had already fixed GRUB2 at that point.

-- 
HP Touchsmart 600-1005xt No sound from Internal Speakers
https://bugs.launchpad.net/bugs/597056
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 597056] Re: HP Touchsmart 600-1005xt No sound from Internal Speakers

2010-08-28 Thread Jeff Bower
I did a fresh Lucid-32 Desktop installation and performed the steps in
#14 above, hope it helps!

jdbo...@audiotesting:~$ modinfo snd-hda-codec
filename:   /lib/modules/2.6.32-24-generic-pae/updates/dkms/snd-hda-codec.ko
license:GPL
description:HDA codec core
srcversion: 31A42FF4719FB3598361EE3
depends:snd-pcm,snd,snd-hwdep
vermagic:   2.6.32-24-generic-pae SMP mod_unload modversions 586TSC 


** Attachment added: alsa-info.sh output
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/597056/+attachment/1525076/+files/alsa-info.txt.sms4xuPtLF

-- 
HP Touchsmart 600-1005xt No sound from Internal Speakers
https://bugs.launchpad.net/bugs/597056
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 597056] Re: HP Touchsmart 600-1005xt No sound from Internal Speakers

2010-08-14 Thread Jeff Bower
There are some suggestions in the following Ubuntu Forums thread:
http://ubuntuforums.org/showthread.php?t=1383786

I've tried most of them without much luck (including upgrading to alsa-
driver-1.0.23), but since headphones are my preferred method for this
computer I may not have been thorough.  Still, I'd be happy to submit
any debug information that's requested.

Ubuntu 10.04 32-bit Desktop on HP TouchSmart 600 1005xt

-- 
HP Touchsmart 600-1005xt No sound from Internal Speakers
https://bugs.launchpad.net/bugs/597056
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 379313] Re: Handling NextWindow Touchscreen (multitouch)

2010-08-14 Thread Jeff Bower
Thanks @djp, this new release works great on my HP Touchsmart
600-1005xt!  Any hope that 1) it will be possible to create a 64-bit
version and 2) it can be included in the Ubuntu release?  Barring 2, I'd
love to see it in a custom repository somewhere so I can make sure to
nab any updates.

-- 
Handling NextWindow Touchscreen (multitouch)
https://bugs.launchpad.net/bugs/379313
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 584822] Re: Audio problem in kernal update 2.6.32-22-Generic

2010-06-06 Thread Jeff Bower
Since upgrading to 2.6.32-22 I've had a similar issue with my HP
TouchSmart 600 (ALC888s).  Previously sound worked fine but since
upgrading from 2.6.32-21 the sound hardware is not detected.  Booting
into 2.6.32-21 restores the sound.  I'd be happy to gather any
additional information required.

-- 
Audio problem in kernal update 2.6.32-22-Generic
https://bugs.launchpad.net/bugs/584822
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 584822] Re: Audio problem in kernal update 2.6.32-22-Generic

2010-06-06 Thread Jeff Bower
Upgrading to ALSA 1.0.23 seemed to have fixed my issues:
http://monespaceperso.org/blog-en/2010/05/02/upgrade-alsa-1-0-23-on-ubuntu-lucid-lynx-10-04/

-- 
Audio problem in kernal update 2.6.32-22-Generic
https://bugs.launchpad.net/bugs/584822
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