Toon posts:

Alsa bijna sound

Pagina: 1
Acties:

Verwijderd

Topicstarter
Beste mensen,

Ik heb een FS Lifebook c6545 waar ik gentoo op heb gezet.
Alles werkt goed behalve mn geluidskaart. Er zit een Crystal Soundfusion 4281 in. Ookwel cs4281. De kaart word in alsa herkend, Nu heb ik alle kanalen vol open gezet en het enige dat ik hoor is de speaker. Ik baal hier zo van. Ik heb al van alles geprobeerd.
Kan iemand me helpen?

Hieronder wat info:

output amixer:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Group 'Input Gain',0
  Capabilities: volume mute jointly-mute
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 15
  Front-Left: 0 [0%] [on] [---]
  Front-Right: 0 [0%] [on] [---]
Group 'Master Mono',0
  Capabilities: volume mute capture exclusive-capture
  Capture exclusive group: 1
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 31
  Front-Left: 23 [74%] [on] [---]
  Front-Right: 23 [74%] [on] [---]
Group 'Headphone',0
  Capabilities: volume mute jointly-mute
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 31
  Front-Left: 23 [74%] [on] [---]
  Front-Right: 23 [74%] [on] [---]
Group 'Master',0
  Capabilities: volume mute jointly-mute capture exclusive-capture
  Capture exclusive group: 1
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 63
  Front-Left: 47 [75%] [on] [---]
  Front-Right: 47 [75%] [on] [---]
Group 'Aux',0
  Capabilities: volume mute jointly-mute capture exclusive-capture
  Capture exclusive group: 1
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 31
  Front-Left: 0 [0%] [mute] [---]
  Front-Right: 0 [0%] [mute] [---]
Group 'Video',0
  Capabilities: volume mute jointly-mute capture exclusive-capture
  Capture exclusive group: 1
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 31
  Front-Left: 0 [0%] [mute] [---]
  Front-Right: 0 [0%] [mute] [---]
Group 'CD',0
  Capabilities: volume mute jointly-mute capture exclusive-capture
  Capture exclusive group: 1
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 31
  Front-Left: 0 [0%] [mute] [---]
  Front-Right: 0 [0%] [mute] [---]
Group 'Line',0
  Capabilities: volume mute jointly-mute capture exclusive-capture
  Capture exclusive group: 1
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 31
  Front-Left: 0 [0%] [mute] [---]
  Front-Right: 0 [0%] [mute] [---]
Group 'MIC',0
  Capabilities: volume mute capture exclusive-capture
  Capture exclusive group: 1
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 31
  Front-Left: 0 [0%] [mute] [capture]
  Front-Right: 0 [0%] [mute] [capture]
Group 'Phone',0
  Capabilities: volume mute capture exclusive-capture
  Capture exclusive group: 1
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 31
  Front-Left: 0 [0%] [mute] [---]
  Front-Right: 0 [0%] [mute] [---]
Group 'PC Speaker',0
  Capabilities: volume mute
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 15
  Front-Left: 6 [40%] [on] [---]
  Front-Right: 6 [40%] [on] [---]
Group 'PCM',0
  Capabilities: volume mute jointly-mute
  Channels: Front-Left Front-Right 
  Limits: min = 0, max = 31
  Front-Left: 23 [74%] [on] [---]
  Front-Right: 23 [74%] [on] [---]

sound gedeelte in /etc/modules.autoload
code:
1
2
3
4
5
6
7
8
9
10
#soundcard
snd-card-cs4281
sound
snd
snd-pcm
snd-pcm-oss
snd-pcm-plugin
snd-mixer
snd-mixer-oss
snd-timer

sound gedeelte in /etc/def

Verwijderd

Topicstarter
sorry hier de rest:

gedeelte /etc/modules.devfs
code:
1
2
3
4
5
6
# Soundcard
alias     /dev/audio        /dev/sound
alias     /dev/mixer        /dev/sound
alias     /dev/dsp      /dev/sound
alias     /dev/dspW     /dev/sound
alias     /dev/midi     /dev/sound

gedeelte in /etc/modules.d/aliases
code:
1
2
3
4
5
6
7
8
9
#sound
alias snd-card-0 snd-card-cs4281
alias snd-card-1 snd-card-cs4281
alias snd-card-2 snd-card-cs4281
alias snd-card-3 snd-card-cs4281
alias snd-card-4 snd-card-cs4281
alias snd-card-5 snd-card-cs4281
alias snd-card-6 snd-card-cs4281
alias snd-card-7 snd-card-cs4281

gedeelte in /etc/modules.d/alsa
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore

# OSS/Free portion - 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

#customize the lines below to allow for demand-loading of modules
#options snd snd_major=116 snd_cards_limit=1
#alias snd-card-0 snd-card-ens1371
#options snd-card-ens1371 snd_index=0
#alias sound-slot-0 snd-card-0

Ik hoop dat dit genoeg info is. Zoniet vraag me wat je moet weten en ik zoek het op.


Puhliezuh... iemand die de oplossing weet, deel die met me

Verwijderd

misschien heb je je rechten voor je audio apparatuur nog niet goed staan.

chmod 777 /dev/audio (zelf kijken welke /dev/audio hij gebruikt)
chmod 777 /dev/mixer

misschien lost dat je probleem op. ik heb geen ervaring met gentoo.

Verwijderd

Of je wordt lid van de group audio :)

Verwijderd

Topicstarter
Onder root werkte het nie... maar nu wel.. kep verder zitten uitzoeken en ik kwam wat libs tekort.. ai ai ai...