[Bug 321306] Re: No sound with IXP SB400 AC'97

2009-02-28 Thread Martin Kossick
Okay, a new installtaion of 8.10 solved the issue, closing this bug.

** Changed in: alsa-driver (Ubuntu)
   Status: New = Invalid

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

-- 
No sound with IXP SB400 AC'97
https://bugs.launchpad.net/bugs/321306
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 321306] Re: No sound with IXP SB400 AC'97

2009-02-15 Thread Martin Kossick
Okay, just cleaning up a bit.
lspci -v says:
http://paste.ubuntu.com/118466/

http://alsa-project.org/alsa-info.sh :

http://www.f4.fhtw-berlin.de/~s0521783/alsa-info.txt

from http://bazaar.launchpad.net/%7Ediwic/%2Bjunk/sound-
info/download/david%40davidubuntu-20090120062945-z6kir13dw3l9v0tr/soundinfo.sh-20090118104330-dwrg9jb014iuxvun-1
/sound-info.sh :

http://www.f4.fhtw-berlin.de/~s0521783/sound-
info-2009-02-01_11-07-02.txt

** Description changed:

  My soundcard is recognized by alsa but does not play any sound.
  Pulseaudio seemed to be playing sounds. My sound card is ATI
  Technologies Inc IXP SB400 AC'97 Audio Controller (rev 02)  and the
  version I'm using is 8.04. I am a completely beginner with linux, so I'm
  sorry if you have to be patient with me.
  
  First I posted my problem as a question but now I was advised to post
  this as a bug.
- 
- Some information:
- 
- from lspci -v
- 00:14.6 Modem: ATI Technologies Inc SB400 AC'97 Modem Controller (rev 02) 
(prog-if 00 [Generic])
-  Subsystem: ASUSTeK Computer Inc. Unknown device 1186
-  Flags: bus master, 66MHz, slow devsel, latency 64, IRQ 17
-  Memory at febfc800 (32-bit, non-prefetchable) [size=256]
-  Capabilities: access denied
- 
- from lsmod | grep snd
- snd_atiixp_modem 17544 0
- snd_atiixp 21388 4
- snd_ac97_codec 101028 2 snd_atiixp_modem,snd_atiixp
- ac97_bus 3072 1 snd_ac97_codec
- snd_pcm_oss 42144 0
- snd_mixer_oss 17920 1 snd_pcm_oss
- snd_pcm 78596 5 snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss
- snd_seq_dummy 4868 0
- snd_seq_oss 35584 0
- snd_seq_midi 9376 0
- snd_rawmidi 25760 1 snd_seq_midi
- snd_seq_midi_event 8320 2 snd_seq_oss,snd_seq_midi
- snd_seq 54224 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
- snd_timer 24836 2 snd_pcm,snd_seq
- snd_seq_device 9612 5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
- snd 56996 19 
snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
- soundcore 8800 1 snd
- snd_page_alloc 11400 3 snd_atiixp_modem,snd_atiixp,snd_pcm
- 
- and from: cat /proc/asound/cards
-  0 [IXP ]: ATIIXP - ATI IXP
-   ATI IXP rev 2 with AD1986 at 0xfebfcc00, irq 17
-  1 [Modem ]: ATIIXP-MODEM - ATI IXP Modem
-   ATI IXP Modem rev 2 at 0xfebfc800, irq 17
- 
- aplay -l
-  List of PLAYBACK Hardware Devices 
- card 0: IXP [ATI IXP], device 0: ATI IXP AC97 [ATI IXP AC97]
-   Subdevices: 0/1
-   Subdevice '0: subdevice #0
- card 1: Modem [ATI IXP Modem], device 0: ATI IXP MC97 [ATI IXP MC97]
-   Subdevices: 0/1
-   Subdevice '0: subdevice #0
- 
- from http://alsa-project.org/alsa-info.sh I got:
- 
- http://www.f4.fhtw-berlin.de/~s0521783/alsa-info.txt
- 
- I already turned off the 'Exchange Front/Surround'
- 
- from http://bazaar.launchpad.net/%7Ediwic/%2Bjunk/sound-
- 
info/download/david%40davidubuntu-20090120062945-z6kir13dw3l9v0tr/soundinfo.sh-20090118104330-dwrg9jb014iuxvun-1
- /sound-info.sh I got that information:
- 
- http://www.f4.fhtw-berlin.de/~s0521783/sound-
- info-2009-02-01_11-07-02.txt
  
  When I tried the command:
  
  aplay -v -D plughw:0 /usr/share/sounds/question.wav
  
  after I uninstalled pulseaudio (because the terminal would not run the 
command with pulseaudio)
  I didn't hear anything. Then I tried it with my headphones which worked as I 
turned
  up the PCM-controller and I heard a low cracking noise. When I tried it with 
other 
  .wav-files I always hear that cracking noise... sometimes it varies, but I 
can't
  hear proper sound. 
  
- Btw my soundcard used to work properly when I had windows on my laptop, which 
is now
- about one month ago. 
+ My soundcard works properly with windows.
  
  Also, always when i try to test my sound at the Sound Preferences the window 
stops working and I have to close it with xkill.
  Now I also noticed that firefox often screws up, too, and I thought it could 
have something to do with some things I have changed on my system.
- 
- The first two comments below are older than this report because I was
- busy making a question from this bug.

-- 
No sound with IXP SB400 AC'97
https://bugs.launchpad.net/bugs/321306
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 321306] Re: No sound with IXP SB400 AC'97

2009-02-11 Thread Mika()
Hi, I'm waitng for more than a week now, still without any sound. If
someone could at least let me know that someone cares about my
problem...

-- 
No sound with IXP SB400 AC'97
https://bugs.launchpad.net/bugs/321306
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 321306] Re: No sound with IXP SB400 AC'97

2009-02-03 Thread Mika()
why is this report closed?

-- 
No sound with IXP SB400 AC'97
https://bugs.launchpad.net/bugs/321306
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 321306] Re: No sound with IXP SB400 AC'97

2009-02-03 Thread Mika()
thanks :)

-- 
No sound with IXP SB400 AC'97
https://bugs.launchpad.net/bugs/321306
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 321306] Re: No sound with IXP SB400 AC'97

2009-02-03 Thread David Henningsson
I think it was automatically marked invalid when you made it into a
question. Reverting status to new.

** Changed in: linux (Ubuntu)
Sourcepackagename: alsa-driver = linux
   Status: Invalid = New

-- 
No sound with IXP SB400 AC'97
https://bugs.launchpad.net/bugs/321306
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 321306] Re: No sound with IXP SB400 AC'97

2009-02-02 Thread Mika()
** Description changed:

  My soundcard is recognized by alsa but does not play any sound.
  Pulseaudio seems to be playing sounds. My sound card is ATI Technologies
  Inc IXP SB400 AC'97 Audio Controller (rev 02)  and the version I'm using
  is 8.10. I am a completely beginner with linux, so I'm sorry if you have
- to be patient with me...
+ to be patient with me.
  
- ProblemType: Bug
- Architecture: i386
- Dependencies:
-  
- DistroRelease: Ubuntu 9.04
- Package: alsa-source None [modified: /var/lib/dpkg/info/alsa-source.list]
- PackageArchitecture: all
- ProcEnviron:
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
- SourcePackage: alsa-driver
- Uname: Linux 2.6.28-4-generic i686
+ First I posted my problem as a question but now I was advised to post
+ this as a bug.
  
- Hi I saw that launchpad recognized my version to be 9.04. I was going to 
change it into 8.10 and haven't done it then.
- Now I was said that 8.04 is more stable so thats why i changed to it. 
+ Some information:
  
- Here I put some more info:
- 
- From lspci -v
+ from lspci -v
  00:14.6 Modem: ATI Technologies Inc SB400 AC'97 Modem Controller (rev 02) 
(prog-if 00 [Generic])
- 
- Subsystem: ASUSTeK Computer Inc. Unknown device 1186
- 
- Flags: bus master, 66MHz, slow devsel, latency 64, IRQ 17
- 
- Memory at febfc800 (32-bit, non-prefetchable) [size=256]
- 
- Capabilities: access denied
- 
+  Subsystem: ASUSTeK Computer Inc. Unknown device 1186
+  Flags: bus master, 66MHz, slow devsel, latency 64, IRQ 17
+  Memory at febfc800 (32-bit, non-prefetchable) [size=256]
+  Capabilities: access denied
  
  from lsmod | grep snd
- snd_atiixp_modem   17544  0 
- 
- snd_atiixp 21388  4
- 
- snd_ac97_codec101028  2 snd_atiixp_modem,snd_atiixp
- 
- ac97_bus3072  1 snd_ac97_codec
- 
- snd_pcm_oss42144  0
- 
- snd_mixer_oss  17920  1 snd_pcm_oss
- 
- snd_pcm78596  5
- snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss
- 
- snd_seq_dummy   4868  0
- 
- snd_seq_oss35584  0
- 
- snd_seq_midi9376  0
- 
- snd_rawmidi25760  1 snd_seq_midi
- 
- snd_seq_midi_event  8320  2 snd_seq_oss,snd_seq_midi
- 
- snd_seq54224  6
- snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
- 
- snd_timer  24836  2 snd_pcm,snd_seq
- 
- snd_seq_device  9612  5
- snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
- 
- snd56996  19
- 
snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
- 
- soundcore   8800  1 snd
- 
- snd_page_alloc 11400  3 snd_atiixp_modem,snd_atiixp,snd_pcm
- 
+ snd_atiixp_modem 17544 0
+ snd_atiixp 21388 4
+ snd_ac97_codec 101028 2 snd_atiixp_modem,snd_atiixp
+ ac97_bus 3072 1 snd_ac97_codec
+ snd_pcm_oss 42144 0
+ snd_mixer_oss 17920 1 snd_pcm_oss
+ snd_pcm 78596 5 snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss
+ snd_seq_dummy 4868 0
+ snd_seq_oss 35584 0
+ snd_seq_midi 9376 0
+ snd_rawmidi 25760 1 snd_seq_midi
+ snd_seq_midi_event 8320 2 snd_seq_oss,snd_seq_midi
+ snd_seq 54224 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
+ snd_timer 24836 2 snd_pcm,snd_seq
+ snd_seq_device 9612 5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
+ snd 56996 19 
snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
+ soundcore 8800 1 snd
+ snd_page_alloc 11400 3 snd_atiixp_modem,snd_atiixp,snd_pcm
  
  and from: cat /proc/asound/cards
-  0 [IXP]: ATIIXP - ATI IXP
+  0 [IXP ]: ATIIXP - ATI IXP
+   ATI IXP rev 2 with AD1986 at 0xfebfcc00, irq 17
+  1 [Modem ]: ATIIXP-MODEM - ATI IXP Modem
+   ATI IXP Modem rev 2 at 0xfebfc800, irq 17
  
-   ATI IXP rev 2 with AD1986 at 0xfebfcc00, irq 17
+ aplay -l
+  List of PLAYBACK Hardware Devices 
+ card 0: IXP [ATI IXP], device 0: ATI IXP AC97 [ATI IXP AC97]
+   Subdevices: 0/1
+   Subdevice '0: subdevice #0
+ card 1: Modem [ATI IXP Modem], device 0: ATI IXP MC97 [ATI IXP MC97]
+   Subdevices: 0/1
+   Subdevice '0: subdevice #0
  
-  1 [Modem  ]: ATIIXP-MODEM - ATI IXP Modem
+ from http://alsa-project.org/alsa-info.sh I got:
  
-   ATI IXP Modem rev 2 at 0xfebfc800, irq 17
+ http://www.f4.fhtw-berlin.de/~s0521783/alsa-info.txt
+ 
+ I already turned of 'Exchange Front/Surround'
+ 
+ from http://bazaar.launchpad.net/%7Ediwic/%2Bjunk/sound-
+ 
info/download/david%40davidubuntu-20090120062945-z6kir13dw3l9v0tr/soundinfo.sh-20090118104330-dwrg9jb014iuxvun-1
+ /sound-info.sh I got that information:
+ 
+ http://www.f4.fhtw-berlin.de/~s0521783/sound-
+ info-2009-02-01_11-07-02.txt
+ 
+ When I tried the command:
+ 
+ aplay -v -D plughw:0 /usr/share/sounds/question.wav
+ 
+ after I 

[Bug 321306] Re: No sound with IXP SB400 AC'97

2009-01-31 Thread Mika()
** Description changed:

  My soundcard is recognized by alsa but does not play any sound.
  Pulseaudio seems to be playing sounds. My sound card is ATI Technologies
  Inc IXP SB400 AC'97 Audio Controller (rev 02)  and the version I'm using
  is 8.10. I am a completely beginner with linux, so I'm sorry if you have
  to be patient with me...
  
  ProblemType: Bug
  Architecture: i386
  Dependencies:
   
  DistroRelease: Ubuntu 9.04
  Package: alsa-source None [modified: /var/lib/dpkg/info/alsa-source.list]
  PackageArchitecture: all
  ProcEnviron:
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Uname: Linux 2.6.28-4-generic i686
+ 
+ Hi I saw that launchpad recognized my version to be 9.04. I was going to 
change it into 8.10 and haven't done it then.
+ Now I was said that 8.04 is more stable so thats why i changed to it.

-- 
No sound with IXP SB400 AC'97
https://bugs.launchpad.net/bugs/321306
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 321306] Re: No sound with IXP SB400 AC'97

2009-01-31 Thread Mika()
Does anyone know how I can get sound?

** Description changed:

  My soundcard is recognized by alsa but does not play any sound.
  Pulseaudio seems to be playing sounds. My sound card is ATI Technologies
  Inc IXP SB400 AC'97 Audio Controller (rev 02)  and the version I'm using
  is 8.10. I am a completely beginner with linux, so I'm sorry if you have
  to be patient with me...
  
  ProblemType: Bug
  Architecture: i386
  Dependencies:
   
  DistroRelease: Ubuntu 9.04
  Package: alsa-source None [modified: /var/lib/dpkg/info/alsa-source.list]
  PackageArchitecture: all
  ProcEnviron:
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Uname: Linux 2.6.28-4-generic i686
  
  Hi I saw that launchpad recognized my version to be 9.04. I was going to 
change it into 8.10 and haven't done it then.
- Now I was said that 8.04 is more stable so thats why i changed to it.
+ Now I was said that 8.04 is more stable so thats why i changed to it. 
+ 
+ Here I put some more info:
+ 
+ From lspci -v
+ 00:14.6 Modem: ATI Technologies Inc SB400 AC'97 Modem Controller (rev 02) 
(prog-if 00 [Generic])
+ 
+ Subsystem: ASUSTeK Computer Inc. Unknown device 1186
+ 
+ Flags: bus master, 66MHz, slow devsel, latency 64, IRQ 17
+ 
+ Memory at febfc800 (32-bit, non-prefetchable) [size=256]
+ 
+ Capabilities: access denied
+ 
+ 
+ from lsmod | grep snd
+ snd_atiixp_modem   17544  0 
+ 
+ snd_atiixp 21388  4
+ 
+ snd_ac97_codec101028  2 snd_atiixp_modem,snd_atiixp
+ 
+ ac97_bus3072  1 snd_ac97_codec
+ 
+ snd_pcm_oss42144  0
+ 
+ snd_mixer_oss  17920  1 snd_pcm_oss
+ 
+ snd_pcm78596  5
+ snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss
+ 
+ snd_seq_dummy   4868  0
+ 
+ snd_seq_oss35584  0
+ 
+ snd_seq_midi9376  0
+ 
+ snd_rawmidi25760  1 snd_seq_midi
+ 
+ snd_seq_midi_event  8320  2 snd_seq_oss,snd_seq_midi
+ 
+ snd_seq54224  6
+ snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
+ 
+ snd_timer  24836  2 snd_pcm,snd_seq
+ 
+ snd_seq_device  9612  5
+ snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
+ 
+ snd56996  19
+ 
snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
+ 
+ soundcore   8800  1 snd
+ 
+ snd_page_alloc 11400  3 snd_atiixp_modem,snd_atiixp,snd_pcm
+ 
+ 
+ and from: cat /proc/asound/cards
+  0 [IXP]: ATIIXP - ATI IXP
+ 
+   ATI IXP rev 2 with AD1986 at 0xfebfcc00, irq 17
+ 
+  1 [Modem  ]: ATIIXP-MODEM - ATI IXP Modem
+ 
+   ATI IXP Modem rev 2 at 0xfebfc800, irq 17

** Changed in: alsa-driver (Ubuntu)
   Status: New = Invalid

** bug changed to question:
   https://answers.launchpad.net/ubuntu/+source/alsa-driver/+question/59335

-- 
No sound with IXP SB400 AC'97
https://bugs.launchpad.net/bugs/321306
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 321306] Re: No sound with IXP SB400 AC'97

2009-01-31 Thread David Henningsson
Hello Mika, and thanks for reporting this bug. Can you please provide us
with more information about your system? To do that, download the
following file:

http://alsa-project.org/alsa-info.sh

Run it in a terminal with the command bash alsa-info.sh --no-upload.
It will create the file /tmp/alsa-info.txt, which you can upload to
launchpad as an attachment.

There is also an experimental script that might give additional useful
information:

http://bazaar.launchpad.net/%7Ediwic/%2Bjunk/sound-
info/download/david%40davidubuntu-20090120062945-z6kir13dw3l9v0tr/soundinfo.sh-20090118104330-dwrg9jb014iuxvun-1
/sound-info.sh

You can do the same with this sound-info script, it will create the file
/tmp/sound-info-(date-time).txt , you can upload that one as well.

-- 
No sound with IXP SB400 AC'97
https://bugs.launchpad.net/bugs/321306
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