Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
chi puo aiutarmi ... audio
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
eltoni12
n00b
n00b


Joined: 23 Sep 2003
Posts: 11

PostPosted: Sat Feb 14, 2004 6:54 pm    Post subject: chi puo aiutarmi ... audio Reply with quote

Sono nuovo del mondo linux, figuriamoci di quello gentoo....
Sto cercando di capire come far vedere al mio pc la scheda audio
l'installazione di gentoo ormai è un po che la faccio
ma soprattutto come server quindi senza X ed altro
adesso pero sul mio pc ho installato X e molto di piu pero non so cosa devo fare per far funzionare la scheda audio
facendo cat /proc/pci mi dice che la mia scheda audio è una SIS mas non mi dice un qualche numero solo SIS Audio controller e quindi se vado a vedere il makemenuconfig non so cosa cercare, qualcuno puo darmi una mano please...
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Sat Feb 14, 2004 7:06 pm    Post subject: Reply with quote

Code:
<*> Intel i8x0/MX440, SiS 7012; Ali 5455; NForce Audio; AMD768/8111


potrebbe fare al caso tuo.

Ad ogni modo, hai seguito la Gentoo Linux ALSA Guide?
_________________
"Larry the Cow was a bit frustrated at the current state of Linux Distributions..."
Back to top
View user's profile Send private message
eltoni12
n00b
n00b


Joined: 23 Sep 2003
Posts: 11

PostPosted: Sat Feb 14, 2004 7:20 pm    Post subject: grazie molto ..speriamo che non si tratti di ricompilare ill Reply with quote

grazie vado subito a vedere ma spero proprio che non mi dica di riconpilare il kernel altrimenti sono fottuto perche è una cosa che non ho mai fatto...
lo so lo so è una cosa che si deve saoper fare perforza ma io non saprei da dove cominciare
anchje se ho gia installato gentoo una ventina di volte non mi sono mai preoccupato di riconpilare il kernel...

vado a vedere l'ALSA Guide
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31284
Location: here

PostPosted: Sat Feb 14, 2004 7:25 pm    Post subject: Re: grazie molto ..speriamo che non si tratti di ricompilare Reply with quote

eltoni12 wrote:
grazie vado subito a vedere ma spero proprio che non mi dica di riconpilare il kernel altrimenti sono fottuto perche è una cosa che non ho mai fatto...

Non e' troppo difficile. Aggiungi quella voce e poi se usi kernel 2.4
Code:
# make dep && make clean bzImage modules modules_install

se usi 2.6
Code:
# make && make modules

e in entrambi i casi
Code:
# mount /boot
# mv /boot/bzImage /boot/bzImage.old //per mantenere la versione vecchia
# cp /usr/src/linux-XX/arch/i386/boot/bzImage /boot/

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
OKreZ
Guru
Guru


Joined: 27 Apr 2003
Posts: 372
Location: Padova (IT)

PostPosted: Sat Feb 14, 2004 10:17 pm    Post subject: Re: grazie molto ..speriamo che non si tratti di ricompilare Reply with quote

fedeliallalinea wrote:
se usi 2.6
Code:
# make && make modules

mi permetto di correggere
Code:
# make all && make modules_install

_________________
(HCS)OKreZ
Back to top
View user's profile Send private message
eltoni12
n00b
n00b


Joined: 23 Sep 2003
Posts: 11

PostPosted: Sun Feb 15, 2004 7:59 am    Post subject: Ragazzi no tornato... esito negativo !! Reply with quote

Innanzitutto vi sono davvero grato per l'aiuto che mi avete dato
adesso ho imparato a compilare il kernel

Ho eseguito tutte le operazioni,
pero se seleziono il controllo del volume mu dice
Code:
Couldn't open mixer device /dev/sound/mixer
e se vado clicco con destro sul controllo audio e poi su OPEN VOLUME CONTROL l'errore è
Code:
Unable to open audio device '/dev/mixer'.
Please check that you have permissions to open '/dev/mixer'
and that you have sound support in your kernel.


grazie ancora per l'aiuto

Non so se la cosa puo essere rilevante ma quando ho aggiunto

Code:
<*> Intel i8x0/MX440, SiS 7012; Ali 5455; NForce Audio; AMD768/8111


non ho deselezionato la vecchia scheda che era selezionata....
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Sun Feb 15, 2004 11:29 am    Post subject: Reply with quote

Verifica attraverso l'output di

Code:
$ dmesg


che la scheda venga effettivamente rilevata.

Controlla anche che il tuo utente appartenga al gruppo 'audio'.
_________________
"Larry the Cow was a bit frustrated at the current state of Linux Distributions..."
Back to top
View user's profile Send private message
neon
l33t
l33t


Joined: 04 Aug 2003
Posts: 759
Location: Catania, Italy, Europe

PostPosted: Sun Feb 15, 2004 11:39 am    Post subject: Re: grazie molto ..speriamo che non si tratti di ricompilare Reply with quote

OKreZ wrote:
fedeliallalinea wrote:
se usi 2.6
Code:
# make && make modules

mi permetto di correggere
Code:
# make all && make modules_install

E' uguale
Code:
Execute "make" or "make all" to build all targets marked with [*]


il modules invece è un modules_install :wink:
_________________
Io credo che le tecnologie siano moralmente neutrali fino a quando non le utilizziamo - William Gibson

LINEE GUIDA DEL FORUM
Back to top
View user's profile Send private message
Sparker
l33t
l33t


Joined: 28 Aug 2003
Posts: 992

PostPosted: Sun Feb 15, 2004 12:28 pm    Post subject: Reply with quote

Non importa se hai lasciato il vecchio driver (anche se è meglio toglierlo). Piuttosto, al livello precedente hai abilitato il mixer?
Code:
<*> Advanced Linux Sound Architecture
<*>   Sequencer support
< >     Sequencer dummy client
 [*]   OSS API emulation
    <*>     OSS Mixer API
    <*>     OSS PCM (digital audio) API
 [*]     OSS Sequencer API
<*>   RTC Timer support
 [ ]   Verbose print
 [ ]   Debug
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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