[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2008-02-11 Thread Leann Ogasawara
Marking this 'Fix Released'.  If you are still having issue, please
verify you have the same hardware as the original bug reporter.  If not,
please open a new bug report.  Also make sure you have tested against
the actively developed kernel which is available in the Hardy Alpha
releases.  http://cdimage.ubuntu.com/releases/hardy/ .  You should be
able to test the new kernel via the LiveCD.  Also make sure you new bug
report is agianst the 'linux' source package as the kernel source
package naming convention switched from 'linux-source-2.6.x' to just
'linux' beginning with the Hardy release.  Thanks.

** Changed in: linux-source-2.6.20 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-11-07 Thread Fredrik Wendt
Downloaded alsa-driver source from alsa-project, compiled and installed
(hgcompile  make install) and it now works with one bug which is
described elsewhere (the master volume is slowly increased to maximum
from whatever level you set it to, so we use PCM to control volume
level).

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-10-14 Thread Fredrik Wendt
Hi. Still an issue on this Dell Latitude D531 running Ubuntu Gutsy Beta. It's 
up to date running 2.6.22-14.
# lspci | grep 00:14
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge

# lspci -n | grep 00:14 
00:14.0 0c05: 1002:4385 (rev 14)
00:14.1 0101: 1002:438c
00:14.2 0403: 1002:4383
00:14.3 0601: 1002:438d
00:14.4 0604: 1002:4384

# dmesg | grep 00:14
[0.756000] PCI: Transparent bridge - :00:14.4
[0.916000] PCI: Bridge: :00:14.4
[7.288000] SB600_PATA: IDE controller at PCI slot :00:14.1
[7.288000] ACPI: PCI Interrupt :00:14.1[A] - GSI 16 (level, low) - 
IRQ 17
[   16.752000] piix4_smbus :00:14.0: Found :00:14.0 device
[   17.404000] ACPI: PCI Interrupt :00:14.2[A] - GSI 16 (level, low) - 
IRQ 17
[   19.796000] ACPI: PCI interrupt for device :00:14.2 disabled

# dmesg | grep hda
[7.288000] ide0: BM-DMA at 0xbfa0-0xbfa7, BIOS settings: hda:DMA, 
hdb:pio
[8.024000] hda: TSSTcorpCD-RW/DVD-ROM TSL462D, ATAPI CD/DVD-ROM drive
[8.696000] hda: selected mode 0x42
[   17.032000] hda: ATAPI 24X DVD-ROM CD-R/RW drive, 1536kB Cache, UDMA(33)
[   18.792000] hda_intel: azx_get_response timeout, switching to polling mode...
[   19.796000] hda_intel: azx_get_response timeout, switching to single_cmd 
mode...
[   19.796000] hda_codec: No auto-config is available, default to model=ref
[   19.796000] hda-intel: no codecs initialized

# tail -n 1 /etc/modprobe/alsa-base
options snd-hda-intel model=3stack

# lsmod | grep snd
snd_hda_intel 263712  0 
snd_pcm_oss44672  0 
snd_mixer_oss  17664  1 snd_pcm_oss
snd_pcm80388  2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy   4740  0 
snd_seq_oss33152  0 
snd_seq_midi9600  0 
snd_rawmidi25728  1 snd_seq_midi
snd_seq_midi_event  8448  2 snd_seq_oss,snd_seq_midi
snd_seq53232  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  24324  2 snd_pcm,snd_seq
snd_seq_device  9228  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd54660  9 
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore   8800  1 snd
snd_page_alloc 11400  2 snd_hda_intel,snd_pcm

Then tried this:
# rmmod snd_hda_intel
# modprobe snd_hda_intel model=3stack

the dmesg output looks the same (only newer timestamps), included one line 
above and one below:
[  116.148000] wlan1: duplicate address detected!
[  518.644000] ACPI: PCI Interrupt :00:14.2[A] - GSI 16 (level, low) - 
IRQ 17
[  519.988000] hda_intel: azx_get_response timeout, switching to polling mode...
[  520.992000] hda_intel: azx_get_response timeout, switching to single_cmd 
mode...
[  520.992000] hda_codec: No auto-config is available, default to model=ref
[  520.992000] hda-intel: no codecs initialized
[  520.992000] ACPI: PCI interrupt for device :00:14.2 disabled
[  542.816000] atkbd.c: Unknown key pressed (translated set 2, code 0x93 on 
isa0060/serio0).

I'd be happy to test other things.

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-08-05 Thread Rafal Zawadzki
I can confirm - new alsa driver (I compile from hg) solve this problem.
So, I am back to the amarok  :)

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-07-31 Thread Rafal Zawadzki
It doesn't work for my - I've added above line to the /etc/modprobe.d
/alsa-base and upgrade kernel - nothing help.

Any idea?

[EMAIL PROTECTED]:~# lspci -v
00:00.0 Host bridge: ATI Technologies Inc Unknown device 7910
Subsystem: Dell Unknown device 0206
Flags: bus master, 66MHz, medium devsel, latency 64

00:01.0 PCI bridge: ATI Technologies Inc Unknown device 7912 (prog-if 00 
[Normal decode])
Flags: bus master, 66MHz, medium devsel, latency 64
Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
I/O behind bridge: e000-efff
Memory behind bridge: fe90-feaf
Prefetchable memory behind bridge: e000-efff
Capabilities: [44] HyperTransport: MSI Mapping
Capabilities: [b0] Subsystem: Dell Unknown device 0206

00:05.0 PCI bridge: ATI Technologies Inc Unknown device 7915 (prog-if 00 
[Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
Memory behind bridge: fe80-fe8f
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [b0] Subsystem: Dell Unknown device 0206
Capabilities: [b8] HyperTransport: MSI Mapping

00:06.0 PCI bridge: ATI Technologies Inc Unknown device 7916 (prog-if 00 
[Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
Memory behind bridge: fe70-fe7f
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [b0] Subsystem: Dell Unknown device 0206
Capabilities: [b8] HyperTransport: MSI Mapping

00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA (prog-if 01 
[AHCI 1.0])
Subsystem: Dell Unknown device 0206
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 20
I/O ports at beb0 [size=8]
I/O ports at beb8 [size=4]
I/O ports at bec0 [size=8]
I/O ports at bec8 [size=4]
I/O ports at bee0 [size=16]
Memory at 8c00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [60] Power Management version 2

00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0) (prog-if 10 
[OHCI])
Subsystem: Dell Unknown device 0206
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
Memory at ffb0 (32-bit, non-prefetchable) [size=4K]

00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1) (prog-if 10 
[OHCI])
Subsystem: Dell Unknown device 0206
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
Memory at ffb01000 (32-bit, non-prefetchable) [size=4K]

00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2) (prog-if 10 
[OHCI])
Subsystem: Dell Unknown device 0206
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
Memory at ffb02000 (32-bit, non-prefetchable) [size=4K]

00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3) (prog-if 10 
[OHCI])
Subsystem: Dell Unknown device 0206
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
Memory at ffb03000 (32-bit, non-prefetchable) [size=4K]

00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4) (prog-if 10 
[OHCI])
Subsystem: Dell Unknown device 0206
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
Memory at ffb04000 (32-bit, non-prefetchable) [size=4K]

00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI) 
(prog-if 20 [EHCI])
Subsystem: Dell Unknown device 0206
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 21
Memory at ffa8 (32-bit, non-prefetchable) [size=256]
Capabilities: [c0] Power Management version 2
Capabilities: [e4] Debug port

00:14.0 SMBus: ATI Technologies Inc SB600 SMBus (rev 14)
Subsystem: Dell Unknown device 0206
Flags: 66MHz, medium devsel
I/O ports at 10c0 [size=16]
Capabilities: [b0] HyperTransport: MSI Mapping

00:14.1 IDE interface: ATI Technologies Inc SB600 IDE (prog-if 8a [Master SecP 
PriP])
Subsystem: Dell Unknown device 0206
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
I/O ports at 01f0 [size=8]
I/O ports at 03f4 [size=1]
I/O ports at 0170 [size=8]
I/O ports at 0374 [size=1]
I/O ports at bfa0 [size=16]

00:14.2 Audio device: ATI Technologies Inc SB600 Azalia
Subsystem: Dell Unknown device 0206
Flags: slow devsel, IRQ 17
Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] 

[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-07-31 Thread Rafal Zawadzki
I also tried as provided binary  as build my owns - all fails :/

Any idea?

Machine is Dell Laptitude 531

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-07-31 Thread Rafal Zawadzki
I found this link:
http://thread.gmane.org/gmane.linux.alsa.devel/47688/focus=47827

Propably this one is Dell Lapt 513 specifi...

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-06-05 Thread spadge63
I upgraded to version 2.6.20-16.  Still no sound.  I have a feeling I'm
missing a file.  I'm going to try updating the kernel one more time.  If
it doesn't work the I'll do a complete reinstall.

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-06-05 Thread spadge63
It Works!  I was missing the alsa-base file.  Then I found a work-around 
from bug #83015 as follows:
1. edit alsa-base:
sudo gedit /etc/modprobe.d/alsa-base

2. add this line to the end of that file:
options snd-hda-intel model=3stack

3. save y close the file

4. restart

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-06-03 Thread El Diablo
You should now be able to do a system update to 2.6.20-16 and the issue
should be fixed. If for some reason you can not / do not want to, then I
think that if you are having trouble compiling the modules, take the two
.ko files that Daniel has kindly posted and use them.

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-06-03 Thread spadge63
I tried something like modprobe stack=3 command last night and that took
the disabled icon off my volume control.  This morning I used the two
.ko files Daniel posted, but that failed.  I atatched a screenshot of
the Alsamixer.

** Attachment added: [EMAIL PROTECTED]: ~.png
   
http://launchpadlibrarian.net/7935315/Screenshot-mike%40mike-laptop%3A%20%7E.png

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-06-03 Thread El Diablo
Well, I have not tried Daniels modules, as I said in my post, first I
upgraded the kernel, but then after reading Grudko's post, I did what he
said, and it worked. How Daniel's differ (if at all) I have no idea.

I suggest you do an

sudo aptitude update
sudo aptitude dist-upgrade

Get yourself up to version 2.6.20-16, and report back.

Good luck

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-06-02 Thread spadge63
I followed the instructions until I ran into some problems trying to
copy the config file. Apparently my config file is 2.6.20-16-generic.  i
went ahead and copied it, but when I entered `make menuconfig' I got a
bunch of error messages.  I looked in the linux-
source-2.6.20/sound/pci/hda/ file and saw the `define AZX_MAX_CODECS 4.
So I assumed there wasn't anything to change.  That's as far as I could
get.  I went to the URL where the fixes are queued for the updated
kernel, but that didn't work either.  The Alsamixer still recognizes the
modem as the soundcard.  Is there anything else I can do?

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-05-16 Thread El Diablo
The sound works fine if you do exactly what I said on fixing the
modules.

If you guys don't wish to build them, I can provide you with the two 32
bit binary files. Just simply copy them, and reboot. Let me know.

Kind regards

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-05-16 Thread Daniel T Chen
These fixes are queued for the updated kernel.

They're also available at http://adhd.irule.net/~crimsun/feisty-azx-
sb450/

3709e58e07d556ea78ada12c03889d8a3c97e062  snd-hda-codec.ko
68e7b4adbb43371ebc7a0ca920707449f49e98f4  snd-hda-intel.ko

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-05-15 Thread hackeron
Has a fix actually been commited? -- I have an up-to-date ubuntu feisty
(2007-05-16) on a Samsung R20 with no sound.

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-05-15 Thread spadge63
I'm not sure, but it's too complicated for me to deal with so I switched to 
openSUSE. That fixed my sound problem.
 -- Original message --
From: hackeron [EMAIL PROTECTED]
 Has a fix actually been commited? -- I have an up-to-date ubuntu feisty
 (2007-05-16) on a Samsung R20 with no sound.
 
 -- 
 No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
 https://bugs.launchpad.net/bugs/106843
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-04-19 Thread Grudko
Try to define AZX_MAX_CODECS to from 3 to 4 in sound/pci/hda/hda_intel.c
if you want to use ubuntu kernel

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-04-19 Thread El Diablo
Hi Grudko... Last night I installed the RC of Kubuntu. and built the
2.6.20.7 kernel.. have not had a chance to test it, but I will look at
your fix. It's working ok yes? Also how did you find this information
out please? Is this a module section etc that can just be rebuilt.

Kind regards

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-04-19 Thread El Diablo
I can confirm that worked... just rebuilt the modules and sound works
correctly.

For anyone wanting to do the same do the following:

Install linux-source:

sudo aptitude install linux-source

Make a directory where you can use to extract the source:

mkdir ~/xyz

cd ~/xyz

Exact the source to that directory: (Check the version of the tarball
prior to this)

tar jxvf /usr/src/linux-source-2.6.20.tar.bz2

Enter the root of the kernel source:

cd linux-source-2.6.20

Copy the config file to the source tree:

cp /boot/config-2.6.20-15-generic .config

make menuconfig (When you get the menu, just exit)

Enter the directory where the intel driver source code is:

cd linux-source-2.6.20/sound/pci/hda/

Now find the line number to edit, and or check if it needs modified:

grep -n '#define AZX_MAX_CODECS' hda_intel.c

You should see an output simiar or the same as:

201:#define AZX_MAX_CODECS  3

Now edit the hda_intel.c file with your favorite text editor, and change
the 3 to 4, and save the file.

Build the new modules:

make -C ~/xyz/linux-source-2.6.20/ M=$PWD modules

You will have two files:

snd-hda-codec.ko
snd-hda-intel.ko

Now copy those to the kernel modules with:

sudo cp snd-hda-*.ko
/lib/modules/2.6.20-15-generic/kernel/sound/pci/hda/.

Reboot...

You should have sound.. (You mixers will be muted tho, so unmute them)

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-04-19 Thread Daniel T Chen
We've already fixed this (several weeks ago) in git. It should be in the
feisty-updates kernel upload.

** Changed in: linux-source-2.6.20 (Ubuntu)
   Status: Needs Info = Fix Committed

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-04-18 Thread Grudko
Same problem, after kernel version 2.6.20-12-generic is no sound...

Notebook Samsung R40
sound - Realtek ALC262

in /proc/asound/card0/
no such file as codec#0
only codec#1:

Codec: Generic 11c1 Si3054
Address: 1
Vendor Id: 0x11c13026
Subsystem Id: 0x2117144d
Revision Id: 0x100700

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-04-18 Thread El Diablo
I have not had the chance to do the above tests...

I've just downloaded the RC of Kubuntu, and will try a fresh install,
but I imagine it will do the same. If so, I will be forced to compile
2.6.20.7 from Kernel.org again.

Shame I filed the bug report after the kernel freeze eh :-((

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106843] Re: No sound - ATI Technologies Inc SB600 Azalia (Fixable!)

2007-04-16 Thread Daniel T Chen
Not possible for Feisty. The kernel source is frozen.

Please attach /proc/asound/card0/codec#0

** Changed in: linux-source-2.6.20 (Ubuntu)
   Importance: Undecided = Wishlist
   Status: Unconfirmed = Needs Info

-- 
No sound - ATI Technologies Inc SB600 Azalia (Fixable!)
https://bugs.launchpad.net/bugs/106843
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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