Dear all,
I have upgraded the kernel and it took my 3w-9550sx-8LP sata raid card out of the box. It also fixed the problem of getting obsolete channel (my posting last week).
Thanks for all your help and your support.
Thanks
Rajeev
Rajeev R Veedu wrote:
Dear all,
I have upgraded the kernel and it took my 3w-9550sx-8LP sata raid card out of the box. It also fixed the problem of getting obsolete channel (my posting last week).
Thanks for all your help and your support.
Thanks
Rajeev
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On the subject of things that this particular new kernel has brought to life.....
my nvidia nforce MCP51 (part of Nforce 430) IDE channels now support DMA work at greater than 2mb/s !!
the only thing that still disappoints is the fact that cool'n quiet on the athlon64 X2 does not work, ie both cpus's are 'going hell for leather'
Brian.
On the subject of things that this particular new kernel has brought to
life.....
my nvidia nforce MCP51 (part of Nforce 430) IDE channels now support DMA work at greater than 2mb/s !!
the only thing that still disappoints is the fact that cool'n quiet on the athlon64 X2 does not work, ie both cpus's are 'going hell for leather'
Brian.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I guess I 'm the uncluky guy .... heheeh my notebook's soundcard stopped working in this new release .... Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
the strange thing is that the modules are being loaded well, and there's no errors in logs or console .... it just doesn't work ....
any tips ?
cheers
Nick
Nicholas Anderson wrote:
Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
the strange thing is that the modules are being loaded well, and there's no errors in logs or console .... it just doesn't work ....
This sounds suspiciously like problems I've had with fresh Fedora installs on some notebooks; the problem is that the ALSA sound mixer has channels disabled, or muted, or turned all the way down.
Try popping up 'alsamixer' in a root shell and see if anything in there looks like it was messed with.
-te
This sounds suspiciously like problems I've had with fresh Fedora installs on some notebooks; the problem is that the ALSA sound mixer has channels disabled, or muted, or turned all the way down.
Try popping up 'alsamixer' in a root shell and see if anything in there looks like it was messed with.
-te
-- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I've tested this before sending the email to the list, but it hadn't work ,.... I've even deleted the asound.state file and recreated it with alsamixer+alsactl but it hadn't work too ....
thx anyway ...
Nicholas Anderson Administrador de Sistemas Unix LPIC-1 Certified Rede Fiocruz e-mail: nicholas@fiocruz.br
El lun, 28-08-2006 a las 22:31 -0300, Nicholas Anderson escribió:
This sounds suspiciously like problems I've had with fresh Fedora installs on some notebooks; the problem is that the ALSA sound mixer has channels disabled, or muted, or turned all the way down.
Try popping up 'alsamixer' in a root shell and see if anything in there looks like it was messed with.
-te
-- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I've tested this before sending the email to the list, but it hadn't work ,.... I've even deleted the asound.state file and recreated it with alsamixer+alsactl but it hadn't work too ....
thx anyway ...
Nicholas Anderson Administrador de Sistemas Unix LPIC-1 Certified Rede Fiocruz e-mail: nicholas@fiocruz.br
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi folks,
Same here, same "ICH6 Family) High Definition Audio Controller" for a Dell Inspiron 3100 and having the same issue, no sound at all, even checking alsamixer to verify muted channels.
Jose.
J.J. Garcia wrote:
Same here, same "ICH6 Family) High Definition Audio Controller" for a Dell Inspiron 3100 and having the same issue, no sound at all, even checking alsamixer to verify muted channels.
Some laptops have a mixer chip that is not recognized by default. For example on this Samsung Q35 this is required in /etc/modprobe.conf
options snd-hda-intel index=0 single_cmd=1 model=laptop-eapd
-Andy
El mar, 29-08-2006 a las 08:21 +0100, Andy Green escribió:
/etc/modprobe.conf
As mentionned in previous post for host Dell Dimension 3100 (ICH6 Family) High Definition Audio Controller with no sound...
[root@sparkbox ~]# cat /etc/modprobe.conf <...> alias snd-card-0 snd-azx options snd-card-0 index=0 install snd-azx /sbin/modprobe --ignore-install snd-azx && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-azx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-azx <...>
Same issue now for Acer Aspire 1400XV, using following env for i820:
[root@smarteyebox music]# lspci 00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 05)
[root@smarteyebox music]# head /etc/modprobe.conf alias eth0 e100 alias snd-card-0 snd-intel8x0 options snd-card-0 index=0 install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
[root@smarteyebox music]# dmesg Linux version 2.6.9-42.0.2.EL (buildsvn@build-i386) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 Tue Aug 22 23:56:05 CDT 2006 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009f000 (usable) <...>
[root@smarteyebox music]# lsmod <...> snd_intel8x0m 18313 0 snd_intel8x0 34025 0 snd_ac97_codec 64145 2 snd_intel8x0m,snd_intel8x0 snd_pcm_oss 49401 0 snd_mixer_oss 18241 1 snd_pcm_oss snd_pcm 97225 3 snd_intel8x0m,snd_intel8x0,snd_pcm_oss snd_timer 30149 1 snd_pcm snd_page_alloc 9929 3 snd_intel8x0m,snd_intel8x0,snd_pcm snd_mpu401_uart 8897 1 snd_intel8x0 snd_rawmidi 26853 1 snd_mpu401_uart snd_seq_device 8265 1 snd_rawmidi snd 55973 10 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device soundcore 10017 1 snd <...>
BTW 'system-config-soundcard' doesn't play anysound after booting using that 42.0.2 kernel.
Finally for an ASUS CUSL2C / PIII Host + Creative Labs SB Live! 1024 Card, sound is working correctly OK as expected with new kernel,
[root@goliathbox kernelsrcrpm]# lspci 02:0c.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08)
[root@goliathbox kernelsrcrpm]# head /etc/modprobe.conf alias eth0 3c59x alias snd-card-0 snd-emu10k1 options snd-card-0 index=0 install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1
[root@goliathbox ~]# dmesg | head Linux version 2.6.9-42.0.2.plus.c4 (buildsvn@build-i386) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)) #1 Fri Aug 25 17:33:49 CDT 2006 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[root@goliathbox ~]# lsmod emu10k1_gp 3777 0 gameport 4929 1 emu10k1_gp snd_emu10k1 93769 0 snd_rawmidi 26853 1 snd_emu10k1 snd_pcm_oss 49401 0 snd_mixer_oss 18241 1 snd_pcm_oss snd_pcm 97225 3 snd_bt87x,snd_emu10k1,snd_pcm_oss snd_timer 30149 1 snd_pcm snd_seq_device 8265 2 snd_emu10k1,snd_rawmidi snd_ac97_codec 64145 1 snd_emu10k1 snd_page_alloc 9929 3 snd_bt87x,snd_emu10k1,snd_pcm snd_util_mem 5057 1 snd_emu10k1 snd_hwdep 10181 1 snd_emu10k1 snd 55973 10 snd_bt87x,snd_emu10k1,snd_rawmidi,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_seq_device,snd_ac97_codec,snd_hwdep soundcore 10017 1 snd <...>
Hints for non working sound at indicated hosts (embedded integrated sound chips in my case)?
TIA
Jose.
Some laptops have a mixer chip that is not recognized by default. For example on this Samsung Q35 this is required in /etc/modprobe.conf
options snd-hda-intel index=0 single_cmd=1 model=laptop-eapd
-Andy
the strange thing is that it was recognized and working fine with the 2.6.9.34.0.2 release of the kernel .... and if I reboot with the old release (2.6.9-34.0.2), it works ....
J.J. Garcia wrote:
Same here, same "ICH6 Family) High Definition Audio Controller" for a Dell Inspiron 3100 and having the same issue, no sound at all, even checking alsamixer to verify muted channels.
I have a similar problem, where the aic7xxx module will not detect my Adaptec SCSI host adapter. I think I have seen other issues with various PCI cards. The aic7xxx module is the same version on the U3 kernel.
Maybe some PCI enumeration or initialization code has changed in U4? I am still investigating on my system, but I have limited downtime to check different options and adapters on my server.
Morten Torstensen wrote:
Maybe some PCI enumeration or initialization code has changed in U4? I am still investigating on my system, but I have limited downtime to check different options and adapters on my server.
If I use ACPI=OFF, that solves the problem with the aic7xxx. Of course it is not acceptable to run without ACPI, but it is a data point to where the problem is.
Morten Torstensen wrote:
Morten Torstensen wrote:
Maybe some PCI enumeration or initialization code has changed in U4? I am still investigating on my system, but I have limited downtime to check different options and adapters on my server.
If I use ACPI=OFF, that solves the problem with the aic7xxx. Of course it is not acceptable to run without ACPI, but it is a data point to where the problem is.
Another data point: Preliminary results indicate that booting 2.6.9-42.0.2.EL with acpi=off also takes care of the ntpd problem I tossed into the arena on the morning of 8/25. It has been looking good for over 3 hours. I think I'll look around and make sure I didn't overlook a BIOS update.