Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: geen geluid  (gelezen 4865 keer)

mixthead

  • Gast
geen geluid
« Gepost op: 2006/07/23, 03:27:50 »
hallo heb net 606 geinstal. op ibm thinkpad 600e alles schijnt te werken heb alleen geen geluid
ubun. vind geen geluids kaart heb er wat dingen over gelezen kaart is te oud
om herkent te worden
kan iemand mij in leek taal uitleggen hoe ik dit aan moet pakken?

bvd j.

Offline profoX

  • Lid
    • wesley
    • Lionslink
geen geluid
« Reactie #1 Gepost op: 2006/07/23, 04:14:27 »
Weet je wat voor geluidskaart het is?
Is het een ISA geluidskaart?

ISA geluidskaarten kunnen met alsaconf soms nog geconfigureerd worden, maar ubuntu heeft die functionaliteit (alsaconf) eruit gehaald, maar die komt waarschijnlijk binnenkort weer terug..
volgens mij is er hier wel een bug report over
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

mixthead

  • Gast
geen geluid
« Reactie #2 Gepost op: 2006/07/23, 13:24:02 »
weet niet hoe ik er achter moet komen wat voor een kaart er in zit aangezien ubuntu de kaart niet herkent wat ik op het net kan vinden is het een Cirrus Logic geluids kaart
en heb ik nu wat aan alsaconf? en hoe werkt dat

groetjes jeroen

Offline profoX

  • Lid
    • wesley
    • Lionslink
geen geluid
« Reactie #3 Gepost op: 2006/07/23, 14:31:04 »
Mijn vermoedens waren juist..
Het is een ISA geluidskaart..
Jammer genoeg wordt die niet automatisch geconfigureerd en kan die niet gedetecteerd worden zonder alsaconf

maar! vrees niet :)
we weten gelukkig welke geluidskaart het is
en ik heb ondertussen gevonden welke kernel module je nodig hebt:

Probeer de module eens te laden:
$sudo modprobe snd-cs4236

als dit geen error geeft, dan is het gelukt, en dan voer je de volgende stap ook uit:

Voeg de module toe aan /etc/modules zodat hij bij het opstarten geladen wordt:

$sudo gedit /etc/modules

Achteraan toevoegen:
#Cirrus Logic ISA geluidskaart
snd-cs4236
Als het niet is gelukt, laat het ons weten :) dan zoeken we verder
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

jpjacobs

  • Gast
geen geluid
« Reactie #4 Gepost op: 2006/07/23, 14:32:48 »
om erachter te komen: lspci -v|grep audioof eens kijken in de output van lshw|grep -A 11 multimediaJP

Offline profoX

  • Lid
    • wesley
    • Lionslink
geen geluid
« Reactie #5 Gepost op: 2006/07/23, 14:48:00 »
lspci gaat niets geven als het een ISA geluidskaart is
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

jpjacobs

  • Gast
geen geluid
« Reactie #6 Gepost op: 2006/07/23, 14:59:00 »
das waar... lshw zou het wel moeten doen.
JP

mixthead

  • Gast
geen geluid
« Reactie #7 Gepost op: 2006/07/23, 15:16:36 »
oke tof ga zo eens proberen
weer bedankt en ik laat het even horen als het lukt

groetjes j

mixthead

  • Gast
geen geluid
« Reactie #8 Gepost op: 2006/07/23, 15:29:41 »
dit is wat ik krijg:

ingrit@mamalou:~$ $sudo modprobe snd-cs4236
WARNING: Error inserting snd_cs4231_lib (/lib/modules/2.6.15-26-386/kernel/sound/isa/cs423x/snd-cs4231-lib.ko): Operation not permitted
WARNING: Error inserting snd_mpu401_uart (/lib/modules/2.6.15-26-386/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko): Operation not permitted
WARNING: Error inserting snd_cs4236_lib (/lib/modules/2.6.15-26-386/kernel/sound/isa/cs423x/snd-cs4236-lib.ko): Operation not permitted
WARNING: Error inserting snd_hwdep (/lib/modules/2.6.15-26-386/kernel/sound/core/snd-hwdep.ko): Operation not permitted
WARNING: Error inserting snd_opl3_lib (/lib/modules/2.6.15-26-386/kernel/sound/drivers/opl3/snd-opl3-lib.ko): Operation not permitted
FATAL: Error inserting snd_cs4236 (/lib/modules/2.6.15-26-386/kernel/sound/isa/cs423x/snd-cs4236.ko): Operation not permitted
ingrit@mamalou:~$

Offline profoX

  • Lid
    • wesley
    • Lionslink
geen geluid
« Reactie #9 Gepost op: 2006/07/23, 15:31:49 »
die $ moet er wel niet bij he :) dat was maar om aan te tonen dat het op een terminal moet ingetypt worden:

sudo modprobe snd-cs4236
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

mixthead

  • Gast
geen geluid
« Reactie #10 Gepost op: 2006/07/23, 15:31:57 »
nog een ideetje?

Offline profoX

  • Lid
    • wesley
    • Lionslink
geen geluid
« Reactie #11 Gepost op: 2006/07/23, 15:35:03 »
Citaat van: profoX
die $ moet er wel niet bij he :) dat was maar om aan te tonen dat het op een terminal moet ingetypt worden:

sudo modprobe snd-cs4236
volgens mij zal dat wel werken, want hij probeert zoiezo best veel te laden, dit betekent waarschijnlijk dat hij het apparaat wel heeft gevonden.. maar je kon geen sudo doen omdat je er $ voor had gezet
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

mixthead

  • Gast
geen geluid
« Reactie #12 Gepost op: 2006/07/23, 15:38:42 »
FATAL: Error inserting snd_cs4236 (/lib/modules/2.6.15-26-386/kernel/sound/isa/cs423x/snd-cs4236.ko): No such device
 oke dit is dan de error

Offline profoX

  • Lid
    • wesley
    • Lionslink
geen geluid
« Reactie #13 Gepost op: 2006/07/23, 15:50:31 »
Ok
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

mixthead

  • Gast
geen geluid
« Reactie #14 Gepost op: 2006/07/23, 15:54:30 »
hoop dat ik die geluidskaart nog draaient krijg op een of anderen manier
ubuntu is cool maar wat geluid is best belangrijk (gebruik mijn comp veel om muziek te luisteren
maar he de kick van linux is ook wel dat het niet allemaal gelijk lukt
is ook allemaal erg leerzaam
forum is erg GOED!!!!!!

Offline profoX

  • Lid
    • wesley
    • Lionslink
geen geluid
« Reactie #15 Gepost op: 2006/07/23, 15:56:51 »
Mjah die kick is aan 't verdwijnen bij ubuntu ;) zeker in combinatie met moderne en goed ondersteunde hardware.. maar af en toe is het inderdaad nog wel een beetje knoeien...

Ik hoop dat het lukt (geluidskaart) met de link die ik je gaf, anders laat je maar iets weten.

en natuurlijk is dit forum goed :P ! wat dacht je dan
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

mixthead

  • Gast
geen geluid
« Reactie #16 Gepost op: 2006/07/23, 16:09:11 »
heb deze site gister ook onder ogen gehad
moet dus aan de file /etc/ modules dit toevoegen
sound
ad1848
uart401
snd-cs4236

maar die file kan ik niet editen want ik heb geen permissie om te uitvoeren
(in bestandsbeheer)
hoe doe ik dit ?
de file kan zoiezo niet worden weergegeven zie ik net gister nog wel
staat rood kruis bij en voetje (heb gister lopen kloten met permissies)
in de file stond iets wat te maken had met muis klopt dat?
(dit zijn echt de eerste stappen voor mij met linux)

bvd  j

Offline profoX

  • Lid
    • wesley
    • Lionslink
geen geluid
« Reactie #17 Gepost op: 2006/07/23, 16:13:04 »
doe via terminal dit:
$gksudo gedit /etc/modules

dan wordt gedit uitgevoerd met root rechten

edit: en je doet dus hetzelfde met die andere bestanden :) ook gksudo gedit bestand
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

mixthead

  • Gast
geen geluid
« Reactie #18 Gepost op: 2006/07/23, 16:38:38 »
kijk dat was net wat ik nodig had
oke rebooten dan maar en hoopen dat ik nu een prachtig geluidje krijg

groetje jeroen

mixthead

  • Gast
geen geluid
« Reactie #19 Gepost op: 2006/07/23, 16:58:52 »
oke werkt nog niet
2 vraagjes ten eerste is het normaal dat ik niks van de file zie waar ik aan toe moet voegen? bedoel is gewoon een leeg veld in bestands beheer waar ik de lines aan toevoeg(kreeg ook een foet melding in terninal)
(gedit:5134): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2102:(snd_pcm_open_noupdate) Unknown PCM default

maar hij opend wel bestandsbeheer en slaat de lines  wel op

vraag 2 is dit

van de site met de "oplossing" er staat onder aan de lines dat ik moet opleten dat de options line 1 line is maar ik kan die zin niet achter elkaar zetten (mischien een probleem heb nu gewoon alles gecopied/pased

 alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-cs4236
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-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

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

options snd cards_limit=1

NOTE: When copying and pasting the above, make sure that the line starting with 'options...' is one line ending with '...dma2=0'.

oke thanks againe

gr j

Offline profoX

  • Lid
    • wesley
    • Lionslink
geen geluid
« Reactie #20 Gepost op: 2006/07/23, 17:05:01 »
doe eens volgende commando's en geef de output:

cat /etc/modules
cat /etc/modprobe.d/blacklist
cat /etc/modprobe.d/alsa-base
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

mixthead

  • Gast
geen geluid
« Reactie #21 Gepost op: 2006/07/23, 17:34:46 »
ingrit@mamalou:~$ cat /etc/modules
cat: /etc/modules: Toegang geweigerd
ingrit@mamalou:~$ gksudo gedit cat /etc/modules
(gedit:6428): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2102:(snd_pcm_open_noupdate) Unknown PCM default
ingrit@mamalou:~$

mixthead

  • Gast
geen geluid
« Reactie #22 Gepost op: 2006/07/23, 17:36:58 »
ingrit@mamalou:~$ gksudo gedit cat /etc/modprobe.d/blacklist
(gedit:6509): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2102:(snd_pcm_open_noupdate) Unknown PCM default
ingrit@mamalou:~$

mixthead

  • Gast
geen geluid
« Reactie #23 Gepost op: 2006/07/23, 17:38:39 »
ingrit@mamalou:~$ gksudo gedit cat /etc/modprobe.d/alsa-base

(gedit:6589): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name
ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2102:(snd_pcm_open_noupdate) Unknown PCM default
ingrit@mamalou:~$

mixthead

  • Gast
geen geluid
« Reactie #24 Gepost op: 2006/07/23, 17:41:02 »
kan hem nog steeds niet vinden he ben benieuwed
of het nog wat word .....
maar gksudo gedit is iets wat ik niet meer vergeet!!!!!!

thanks j