Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Alsa spinnt
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Sat Jun 18, 2005 3:13 am    Post subject: Alsa spinnt Reply with quote

Habe folgendes in der alsa.conf


Quote:
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss


Es kommen beim Start in haufen Fehlermeldung ocn inkompatiblken modulen.

Habe genkernel --udev all -menuconfig gemacht

Alsa statisch und unter pci devices Intel 8x0 eingebunden/aktiviert.

Habe leider keinen sound

Bitte um HIlfe


Achja, nachtrag:
Kernel
2.6.11-gentoo-r11
_________________
Asus Qh0026, Centrino, 1GB, radeon x700 2.6 genkernel (unkonfiguriert, stündlich neue Probleme)
Core2Duo, 2GB, raid 5 über Hardware S-Ata, asus 7990GT, XFI Fatal1ty, 2.6x kernel und windows xp pro sp2
AMD XP 64, 2GB, Aes 256, 6800, Audiogy 4, 2.6x ker
Back to top
View user's profile Send private message
Xylometer
Tux's lil' helper
Tux's lil' helper


Joined: 17 Apr 2004
Posts: 104
Location: Erlangen

PostPosted: Sat Jun 18, 2005 7:59 am    Post subject: Reply with quote

Probier mal folgendes:
Code:
# cd /usr/src/linux
# make menuconfig


unter device drivers -> Sound
Code:
 <M> Sound card support

unter Advance Linux Sound Infrastructure:
Code:
 <M> Advanced Linux Sound Architecture
 <M> Sequencer support                         
 < >   Sequencer dummy client                 
 <M> OSS Mixer API                               
 <M> OSS PCM (digital audio) API         
 [*] OSS Sequencer API                           
 [ ] Verbose printk                                   
 [ ] Debug                                                 
 Generic devices  --->                               
 PCI devices  --->                                     
 USB devices  --->       


unter PCI devices:
Code:
<M> Intel/SiS/nVidia/AMD/ALi AC97 Controller


So dann mal Kernel neu bauen und Modules installieren
Code:
# make && make modules_install
# cp arch/i386/boot/bzImage /boot/kernel-whatever


Dann noch /boot/grub/grub.conf ändern...
Rebooten und den neuen Kernel laden.
So, fast fertig...

/etc/modules.d/alsa
Code:
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# Set this to the correct number of cards.
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-snd-intel8x0


Code:
# modules-update
# /etc/init.d/alsasound restart
# amixer set Master 100% unmute
# amixer set PCM 100% unmute


fertig, sollte gehen, sonst fragen
_________________
404 - No Signature found.
Back to top
View user's profile Send private message
Christoph Schnauß
Guru
Guru


Joined: 17 Dec 2004
Posts: 553
Location: Berlin

PostPosted: Sat Jun 18, 2005 12:44 pm    Post subject: Reply with quote

Xylometer wrote:
/etc/modules.d/alsa ...

Ich hatte ein vergleichbares Problem, das sich mit der von dir angegebenen Kernelkonfiguration lösen ließ. Allerdings gibts
Code:
/etc/modules.d/alsa
bei mir gar nicht. Muß ich das unbedingt noch anlegen? Karte bzw. Chip funktioniert auch ohne ...

Christoph S.
Back to top
View user's profile Send private message
Xylometer
Tux's lil' helper
Tux's lil' helper


Joined: 17 Apr 2004
Posts: 104
Location: Erlangen

PostPosted: Sat Jun 18, 2005 7:10 pm    Post subject: Reply with quote

Witzig, aber wenn es geht...
Freut mich geholfen zu haben.

Nur so als Frage? alsa-utils hast du schon installiert?

Philipp
_________________
404 - No Signature found.
Back to top
View user's profile Send private message
Christoph Schnauß
Guru
Guru


Joined: 17 Dec 2004
Posts: 553
Location: Berlin

PostPosted: Sat Jun 18, 2005 10:13 pm    Post subject: Reply with quote

Xylometer wrote:
alsa-utils hast du schon installiert?
Ich bin mir nicht ganz sicher, ob diese Nachfrage mir gilt. Aber wenn: ja, die Dinger sind installiert, und es funktioniert ja auch, mein Rechner kann singen ;-)
Im übrigen: ich hatte nahezu genau dieselbe Fragestellung schonmal diskutiert. Der Thread ist unter https://forums.gentoo.org/viewtopic-t-271221-highlight-.html noch relativ leicht zu finden.

Christoph S.
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Sat Jun 18, 2005 11:01 pm    Post subject: Reply with quote

bei mir auch :D

habe das system jetzt komplett zerschossen. fange gerade noch mal mit stage 3 archieven an um das ganze etwas zu beschleunigen.

Danach mach ich mir dann die mühe von stage 1 an. ISt standardmäßig ocmcia devices für laptops akitviert?
_________________
Asus Qh0026, Centrino, 1GB, radeon x700 2.6 genkernel (unkonfiguriert, stündlich neue Probleme)
Core2Duo, 2GB, raid 5 über Hardware S-Ata, asus 7990GT, XFI Fatal1ty, 2.6x kernel und windows xp pro sp2
AMD XP 64, 2GB, Aes 256, 6800, Audiogy 4, 2.6x ker
Back to top
View user's profile Send private message
Nighthawk
Apprentice
Apprentice


Joined: 16 Jan 2003
Posts: 232
Location: Köln

PostPosted: Sun Jun 19, 2005 2:24 am    Post subject: Reply with quote

Ok, danke geht. Dann mal wieder an XOrg :-(


Moment stop viel zu schnell :-(
_________________
Asus Qh0026, Centrino, 1GB, radeon x700 2.6 genkernel (unkonfiguriert, stündlich neue Probleme)
Core2Duo, 2GB, raid 5 über Hardware S-Ata, asus 7990GT, XFI Fatal1ty, 2.6x kernel und windows xp pro sp2
AMD XP 64, 2GB, Aes 256, 6800, Audiogy 4, 2.6x ker
Back to top
View user's profile Send private message
sewulba
Guru
Guru


Joined: 09 Feb 2005
Posts: 517
Location: Heidelberg

PostPosted: Sun Jun 19, 2005 3:32 am    Post subject: Reply with quote

jaja... ALSA ist schon eine Lustige Sache! :lol:
Bei mir geht der Sound auch, aber ich habe z.B. das Problem, dass der Sound zeitverzögert kommt. Komisch, oder?

Sewulba :P
_________________
System1:Apple PowerMac Dual G4 @ 1,83GHz with 2GB Ram. 400GB + 80GB HDD, Gentoo 13.0-ppc32
System2:Apple MacIntosh PowerMac Dual G5 @ 2.7 GHz/1,35GHz FSB... 8GB Ram. 250GB SATA. Gentoo 10.0-PPC64-64ul
Back to top
View user's profile Send private message
Xylometer
Tux's lil' helper
Tux's lil' helper


Joined: 17 Apr 2004
Posts: 104
Location: Erlangen

PostPosted: Sun Jun 19, 2005 7:13 am    Post subject: Reply with quote

@sewulba: Hast du KDE?
Dann stell im Kontrollzentrum den Puffer ganz runter...
_________________
404 - No Signature found.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum