Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme mit Sound und Maus
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
Darth Vader
n00b
n00b


Joined: 29 Jan 2005
Posts: 56
Location: Nuremberg /Germany

PostPosted: Mon Jul 25, 2005 1:58 pm    Post subject: Probleme mit Sound und Maus Reply with quote

Hallo zusammen,

schon wieder hab ich fragen :roll: .

Aber eigentlich leichte fragen:D :

1. Ich bin soeben mit dem Installieren Fertig, habe aber leider keinen sound.
An was kann das liegen ?

Ich habe eine Soundblasterkarte.

2. Meine Maus funktioniert aber das Mausrad leider nicht.
Was muss ich denn in die "xorg-x11" reinschreiben ?
(Ich weiß das diese Frage schon öfter hier im Forum gefallen ist aber ich habe keine Lösung gefunden.)

3. Früher hab ich immer zum runterfahren immer "strg+alt+entf." gedrückt.
Wenn ich das jetzt drücke startet der Pc neu.
Wo kann man das denn einstellen?

Das wärs


Danke schon mal

cu

Darth Vader

P.s.: Bitte nicht auf die "Suchfunktion" verweisen die hab ich schon benutzt aber nichts passendes gefunden. :roll:


Last edited by Darth Vader on Mon Jul 25, 2005 8:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
76062563
l33t
l33t


Joined: 16 Aug 2004
Posts: 637
Location: 127.0.0.1

PostPosted: Mon Jul 25, 2005 2:02 pm    Post subject: Reply with quote

http://justfuckinggoogleit.com/
oder benutz die Suche nochmal
_________________
gentoo - compile your own world
Back to top
View user's profile Send private message
Fibbs
Guru
Guru


Joined: 26 Jan 2003
Posts: 448
Location: Forstern near Munich / Germany

PostPosted: Mon Jul 25, 2005 2:13 pm    Post subject: Re: Kleinere Probleme Reply with quote

Bin heute gut gelaunt...

Darth Vader wrote:

1. Ich bin soeben mit dem Installieren Fertig, habe aber leider keinen sound.
An was kann das liegen ?

Ich habe eine Soundblasterkarte.

http://www.gentoo.org/doc/en/alsa-guide.xml
Darth Vader wrote:

2. Meine Maus funktioniert aber das Mausrad leider nicht.
Was muss ich denn in die "xorg-x11" reinschreiben ?
(Ich weiß das diese Frage schon öfter hier im Forum gefallen ist aber ich habe keine Lösung gefunden.)

Mein entsprechender Eintrag in der xorg.conf sieht folgendermaßen aus:
Code:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ImPS/2"
        Option      "ZAxisMapping" "4 5"
        Option      "Device" "/dev/mouse"
EndSection


Darth Vader wrote:

3. Früher hab ich immer zum runterfahren immer "strg+alt+entf." gedrückt.
Wenn ich das jetzt drücke startet der Pc neu.
Wo kann man das denn einstellen?


In der Datei /etc/inittab:

Code:

# What to do at the "Three Finger Salute".
ca:12345:ctrlaltdel:/sbin/shutdown -r now


Wenn Du jetzt noch die manpage zu "shutdown" liest, hast Du die Lösung.


Suchen ist wie lernen, auch Suchen will gelernt sein.


Gruß

Fibbs
Back to top
View user's profile Send private message
Ruad
Tux's lil' helper
Tux's lil' helper


Joined: 07 Nov 2004
Posts: 125

PostPosted: Mon Jul 25, 2005 2:16 pm    Post subject: Reply with quote

TIP: Titelanfragen eindeutiger gestalten, dann bekommst du auch mehr "Publikum", welches sich um deine Probleme kümmern soll. (Könnte sogar Regel in dem Forum hier sein.. Einfach mal unter Forenregeln lesen. Gilt im übrigen auch für die Menge der Fragen in einem Starter ;-) )

Wenn Google nicht hilft (oder du Angst vor dem großen pöhsen Google hast) und die Forensuche nichts hilft, gibts immer noch das Handbuch oder Gentoo-wiki.com.

Ein einfaches "Maus" im deutschen Teil ergibt das.

Hilft bei den meisten, wie bei mir, auf Anhieb.
Back to top
View user's profile Send private message
Raistlin
l33t
l33t


Joined: 17 May 2004
Posts: 691
Location: Boston, MA

PostPosted: Mon Jul 25, 2005 2:22 pm    Post subject: Re: Kleinere Probleme Reply with quote

Hi,

Darth Vader wrote:
Aber eigentlich leichte fragen:D
ach ja, dann sollte doch die Suchfunktion helfen, oder? :roll:

Aber wir wollen mal nicht so sein ;)
Darth Vader wrote:

1. Ich bin soeben mit dem Installieren Fertig, habe aber leider keinen sound.
An was kann das liegen ?
Da gibt es viele Möglichkeiten:
    = Du hast keine Boxen angeschlossen.
    = Du spielst keine Datei ab.
    = Der Treiber ist nicht installiert (Alsa im Kernel oder über emerge...)
    = etc.


Darth Vader wrote:
Meine Maus funktioniert aber das Mausrad leider nicht.
Was muss ich denn in die "xorg-x11" reinschreiben ?
(Ich weiß das diese Frage schon öfter hier im Forum gefallen ist aber ich habe keine Lösung gefunden.)

Auch hier bin ich versucht zu sagen: "Dann such ****nochmal besser!!!" ;)
Aber:
Code:
man xorg.conf
und ein wenig lesen (aka. learning by doing oder u.U. trial and error)
oder aber:
Code:
Option          "ZAxisMapping"  "4 5"
oder etwas ähnliches versuchen - hängt von der Maus ab.

Darth Vader wrote:
3. Früher hab ich immer zum runterfahren immer "strg+alt+entf." gedrückt.
Was heisst früher? Welches OS/Distri???

Darth Vader wrote:
P.s.: Bitte nicht auf die "Suchfunktion" verweisen die hab ich schon benutzt aber nichts passendes gefunden. :roll:

Nochmals: Wie du schon angedeutet hast: die Fragen _sind_ einfach --> benutze google oder halt die Suchfunktion

Gruss und nichts für ungut :)

R.
_________________
Zwei Was Eins Initially

"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."
Back to top
View user's profile Send private message
Anarcho
Advocate
Advocate


Joined: 06 Jun 2004
Posts: 2970
Location: Germany

PostPosted: Mon Jul 25, 2005 2:26 pm    Post subject: Reply with quote

Du solltest dich wirklich mit lesen von Howtos auf gentoo-wiki.com und den offiziellen Doc auf gentoo.org oder gentoo.de anfreunden.
Das ist nicht nur schneller (Du musst nicht auf eine Antwort von uns warten) sondern auch nervensparender (in diesem Fall für uns).

Ich weiss das die Suchfunktion hier im Forum so seine Tücken hat (eigentlich ist sie ziemlich besch**ssen; ich hatte gestern nach was gesucht und mir die Beiträge anzeigen lassen: Von den 2 Suchbegriffen kam einer genau 1mal vor in den 20 Ergebnissen...) aber es sollte machbar sein. Du musst deine Suche eben ein wenig variieren und nicht nach dem ersten groben Versuch sofort aufgeben.

Und wenn du dann doch nichts findest und auch die oben erwähnten Stellen nichts zu bieten haben, dann bitte ich doch um etwas genauere Posts. Mit der Aussage "Ich habe keinen Sound" kann hier jeder nur raten was da sein könnte.
Da sollte man schreiben ob du überhaupt schon was gemacht hast.
Z.b. hast du schon alsa im Kernel aktiviert oder vielleicht OSS. Hast du die Lautstärke angepasst und kommt immer noch kein Ton usw.
Sonst wird man dir nicht helfen können.
_________________
...it's only Rock'n'Roll, but I like it!
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Mon Jul 25, 2005 2:42 pm    Post subject: Reply with quote

Außerdem plenkst Du! :twisted: :P
Back to top
View user's profile Send private message
slick
Bodhisattva
Bodhisattva


Joined: 20 Apr 2003
Posts: 3495

PostPosted: Mon Jul 25, 2005 2:55 pm    Post subject: Re: Kleinere Probleme Reply with quote

Darth Vader wrote:
P.s.: Bitte nicht auf die "Suchfunktion" verweisen die hab ich schon benutzt aber nichts passendes gefunden. :roll:


Hmm... also so schlecht ist die Forumssuche nun auch wieder nicht :wink: Suche im deutschen Forum:

kein Sound -> 217 Ergebnisse
Soundblaster -> 119 Ergebnisse
Mausrad -> 98 Ergebnisse
xorg.conf -> 119 Ergebnisse
runterfahren -> 194 Ergebnisse
strg alt entf -> 30 Ergebnisse

d.h. mit selbst suchen und etwas Mühe wären min. schonmal 2 der Fragen beantwortet. Bitte beachte das in Zukunft und formulieren beim nächsten Mal Deine Fragen so, das man merkt dass Du Dich mit dem Thema ernsthaft auseinandergesetzt hast. Sonst passiert nämlich genau das was man an diesem Thread erkennen kann, die Leute halten Dich nur für faul und Du erntest entsprechend Kritik. Alle hier wollen helfen, sie möchten aber merken das Du Dich ernsthaft dafür interessiert und lernen willst. Damit Du in Zukunft schneller Hilfe bekommst empfehle ich Dir folgende Lektüre: http://www.lugbz.org/documents/smart-questions_de.html :wink:
Back to top
View user's profile Send private message
Darth Vader
n00b
n00b


Joined: 29 Jan 2005
Posts: 56
Location: Nuremberg /Germany

PostPosted: Mon Jul 25, 2005 8:24 pm    Post subject: Reply with quote

Hallo nochmal,

also ich hab die Forensuche benutzt und hab auch was hilfreiches gefunden.

Zu dem sound-Problem:

Ich bin schon weiter gekommen. :D

Allerdings kommt der sound nur ganz leise aus den boxen.

Obwohl meine Anlage auf voller pulle läuft !

Die sound regler am Pc sind auch voll aufgedreht.

Ich habe die alsa driver installiert. Aber die "alsaconf" kann ich zwar ausführen, er bringt mir dann aber eine Fehlermeldung das er keine unterstützte Karte gefunden hat.

Ich hab eine "SoundBlaster PCI 128".

Es gibt hier im forum einen Artikel in dem jemand das selbe prob. hat, aber es wird nicht gelöst weil sich derjenige eine neue Soundkarte kauft.

Ich weiß aber das es mit meiner Soundkarte geht, da es ja vorher auch ging.

---------

So nun zu dem Problem mit dem Maus scrollrad.

Ich hab da eine (meiner ansicht nach) merkwürdige Entdeckung gemacht.

Mann soll ja wie in dem gentoo-wiki-HowTo ( http://de.gentoo-wiki.com/Maus-Scrollrad ) und in diversen Artikeln beschrieben die xorg.conf editieren.

Das verwunderliche ist aber bei mir gibt es die gar nicht.


Aber mein KDE läuft.
:roll: :roll: :roll:

Sorry für meine (vermeintlich) blöde Frage :roll:

Ich hoffe ihr könnt mir helfen.

cu

Darth Vader
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Mon Jul 25, 2005 8:48 pm    Post subject: Reply with quote

Zwei Themen in einem Thread werden schnell unübersichtlich, laß uns mal was lösen davon... :D

1. Im alsamixer hast Du nicht zufällig unter einem oder mehreren Reglern ein [M] stehen? Wenn ja, weg damit!

2. X gibt beim Start an, welche Konfi es benutzt, die sollte auf jeden Fall in /etx/X11/ liegen. Wenn Du wegen kdm nichts siehst, gibt's noch ein /var/log/Xorg.0.log.
Back to top
View user's profile Send private message
Darth Vader
n00b
n00b


Joined: 29 Jan 2005
Posts: 56
Location: Nuremberg /Germany

PostPosted: Mon Jul 25, 2005 8:59 pm    Post subject: Reply with quote

Hallo,

also der alsamixer ist doch nix anderes als der KMix Lautstärkenregler nur auf Textbasis oder ?

Aber nein da steht kein "M"

Quote:
Wenn Du wegen kdm nichts siehst, gibt's noch ein /var/log/Xorg.0.log.


Was meinst du damit ?

Es gibt bei mir die datei "xorg-x11" aber nicht xorg.conf :roll:

cu

Darth Vader
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Mon Jul 25, 2005 9:40 pm    Post subject: Reply with quote

Darth Vader wrote:
also der alsamixer ist doch nix anderes als der KMix Lautstärkenregler nur auf Textbasis oder ?
Keine Ahnung, kmix benutz' ich nicht, aber alsamixer ist immer dabei. Sonst zeig doch mal den Output von amixer.
Quote:
Quote:
Wenn Du wegen kdm nichts siehst, gibt's noch ein /var/log/Xorg.0.log.
Was meinst du damit ?
Das ist eine Textdatei, die man lesen darf, bei mir steht direkt in Zeile 14 (==) Using config file: "/etc/X11/xorg.conf".

Außerdem plenkst Du immer noch! Ja, was das ist, erfährt man auch mit googeln! :P
Back to top
View user's profile Send private message
Darth Vader
n00b
n00b


Joined: 29 Jan 2005
Posts: 56
Location: Nuremberg /Germany

PostPosted: Mon Jul 25, 2005 9:48 pm    Post subject: Reply with quote

Hallo,
Quote:

Sonst zeig doch mal den Output von amixer.

Hier ist er:
Code:
CHHPC linux # amixer
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Front Left: Playback 3 [10%] [on]
  Front Right: Playback 31 [100%] [on]
Simple mixer control 'Master Mono',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 7
  Mono: Playback 7 [100%] [on]
Simple mixer control 'PCM',0
  Capabilities: volume pswitch cswitch
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 31
  Front Left: 31 [100%] Playback [off] Capture [off]
  Front Right: 31 [100%] Playback [off] Capture [off]
Simple mixer control 'PCM',1
  Capabilities: volume pswitch cswitch
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 31
  Front Left: 31 [100%] Playback [on] Capture [off]
  Front Right: 31 [100%] Playback [on] Capture [off]
Simple mixer control 'Line',0
  Capabilities: volume pswitch cswitch
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 31
  Front Left: 31 [100%] Playback [off] Capture [off]
  Front Right: 31 [100%] Playback [off] Capture [off]
Simple mixer control 'CD',0
  Capabilities: volume pswitch cswitch
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 31
  Front Left: 31 [100%] Playback [off] Capture [off]
  Front Right: 31 [100%] Playback [off] Capture [off]
Simple mixer control 'Mic',0
  Capabilities: volume volume-joined pswitch pswitch-joined cswitch
  Playback channels: Mono
  Capture channels: Front Left - Front Right
  Limits: 0 - 31
  Mono: 31 [100%] Playback [off]
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Mic Boost (+30dB)',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'Mic Bypass',0
  Capabilities: cswitch
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Aux',0
  Capabilities: volume pswitch cswitch
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 31
  Front Left: 31 [100%] Playback [on] Capture [off]
  Front Right: 31 [100%] Playback [on] Capture [off]
Simple mixer control 'Mono',0
  Capabilities: volume volume-joined pswitch pswitch-joined cswitch
  Playback channels: Mono
  Capture channels: Front Left - Front Right
  Limits: 0 - 31
  Mono: 31 [100%] Playback [off]
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Mono1 Bypass',0
  Capabilities: cswitch
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Mono2 Bypass',0
  Capabilities: cswitch
  Capture channels: Front Left - Front Right
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'Mono',1
  Capabilities: volume volume-joined pswitch pswitch-joined cswitch
  Playback channels: Mono
  Capture channels: Front Left - Front Right
  Limits: 0 - 31
  Mono: 31 [100%] Playback [off]
  Front Left: Capture [off]
  Front Right: Capture [off]
Simple mixer control 'AD Input Select',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]

cu
Darth Vader
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Mon Jul 25, 2005 10:08 pm    Post subject: Reply with quote

Darth Vader wrote:
Code:
Simple mixer control 'PCM',0
  Capabilities: volume pswitch cswitch
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 31
  Front Left: 31 [100%] Playback [off] Capture [off]
  Front Right: 31 [100%] Playback [off] Capture [off]
Und Du bist ganz sicher, daß unter diesem PCM0-Regler kein [M] für Mute steht? Anders könnte ich mir dieses "Playback [off]" nämlich nicht erklären...
Back to top
View user's profile Send private message
Darth Vader
n00b
n00b


Joined: 29 Jan 2005
Posts: 56
Location: Nuremberg /Germany

PostPosted: Mon Jul 25, 2005 10:14 pm    Post subject: Reply with quote

Ja da steht ein M aber wenn ich das anmache ändert das auch nix.
Und auserdem klingt dann so ein komisches geräusch aus dem Lautsprecher. So ähnlich wie ein Störsender (wenn du weißt wie das klingt)

Was soll ich denn machen ???

cu

Darth Vader

EDIT:

Vielleicht hilft das:

Code:
CHHPC chh # /etc/init.d/alsasound restart
 * WARNING:  you are stopping a boot service.
 * Storing ALSA Mixer Levels ...                                          [ ok ]
 * Unloading ALSA ...                                                     [ ok ]
 * Unloading ALSA modules ...                                             [ !! ]
CHHPC chh #
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Mon Jul 25, 2005 10:40 pm    Post subject: Reply with quote

:? (Mir fehlt hier ja immer mal wieder ein Smiley mit einem zugekniffenen Auge, der nicht grinst. Vielleicht besser eine Regieanweisung?)

[Seine Augen verengen sich zu messerscharfen Schlitzen]
Darf ich mal Deine /etc/modules.d/alsa sehen? Und erzähl doch mal, welcher Anleitung Du gefolgt bist und was genau Du gemacht hast, um Deinen Sound zu konfigurieren.

[Gemütlich lehnt er sich zurück und schenkt sein Glas nach]
Was ist denn aus der Maus geworden? Ist das geklärt?


Edit:
Quote:
So ähnlich wie ein Störsender (wenn du weißt wie das klingt)
Nein, weiß ich nicht. Wie denn? :D
Back to top
View user's profile Send private message
sven-tek
Guru
Guru


Joined: 06 May 2003
Posts: 339

PostPosted: Tue Jul 26, 2005 6:56 am    Post subject: Reply with quote

:lol: :lol: guckst du
Back to top
View user's profile Send private message
Darth Vader
n00b
n00b


Joined: 29 Jan 2005
Posts: 56
Location: Nuremberg /Germany

PostPosted: Tue Jul 26, 2005 7:22 pm    Post subject: Reply with quote

Hallo,

also meine /etc/modules.d/alsa:
Code:
# Alsa 0.9.X kernel modules' configuration file.
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.4 2004/11/16 01:31:22 eradicator Exp $

# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore

##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
##  ALSA portion
## alias snd-card-0 snd-interwave
## alias snd-card-1 snd-ens1371
##  OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##

# 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
##  OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

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.
options snd cards_limit=1


Quote:
Und erzähl doch mal, welcher Anleitung Du gefolgt bist und was genau Du gemacht hast, um Deinen Sound zu konfigurieren.


Also ich bin der Anleitung gefolgt: http://www.gentoo.org/doc/en/alsa-guide.xml

Aber die "alsaconf" hat keine kompatible soundkarte gefunden !!!

---------
Quote:
Was ist denn aus der Maus geworden? Ist das geklärt?

Nein, leider noch nicht. Das komische ist ja das es bei mir keine xorg.conf gibt !! Bei mir gibt es nur eine "xorg-x11" (Aber KDE geht)
:roll: :roll:

Ich hoffe das hilft weiter

cu

Darth Vader

P.s.: @sven-tek: Das hättest du dir auch sparn können :wink: :roll:
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Tue Jul 26, 2005 7:47 pm    Post subject: Reply with quote

Darth Vader wrote:
Also ich bin der Anleitung gefolgt: http://www.gentoo.org/doc/en/alsa-guide.xml

Aber die "alsaconf" hat keine kompatible soundkarte gefunden !!!
8O Und Du wunderst Dich, daß Du keinen Sound hast? Welchen Treiber hast Du denn im Kernel? Laut Matrix solltest Du ES1370 oder ES1371 brauchen. Probier' mal http://www.gentoo.de/doc/de/alsa-guide.xml Wieso geht die Anleitung eigentlich davon aus, daß alsaconf funktioniert? Das war auch mal anders...
Quote:
Das komische ist ja das es bei mir keine xorg.conf gibt !! Bei mir gibt es nur eine "xorg-x11" (Aber KDE geht)
Ich hoffe das hilft weiter
Nicht im geringsten! Hast Du Dir denn einmal die Mühe gemacht, da reinzugucken? Oder im Log nachzusehen, ob die geladen wird?
Code:
grep "Using config" /var/log/Xorg.0.log


Edit: Und das noch obendrauf! :mrgreen:
Back to top
View user's profile Send private message
sven-tek
Guru
Guru


Joined: 06 May 2003
Posts: 339

PostPosted: Tue Jul 26, 2005 7:58 pm    Post subject: Reply with quote

sorry aber die Probleme sind echt zun00b mässig, konnte ich mir nicht sparen ;-)

Sag mal ich verstehe das Problem nicht was du da hast mit deiner Maus und dem Sound...

Zu dem Sound, welchen Chipsatz hat die Karte? Ist der emu10k1 Treiber der richtige dafür? ( siehe alsa matrix )
Wenn ja solltest du vielleicht mal schreiben welchen Treiber du benutzt dafür, also für meine Soundblaster hab ich den im Kernel drin und muss auch keine Module laden. Guck mal ob das bei dir auch so aussieht:
Quote:
~ > cat /usr/src/linux/.config |grep EMU10K1
CONFIG_SND_EMU10K1=y
# CONFIG_SND_EMU10K1X is not set
~ >

(p.s. weisst du was cat und grep ist und was die Datei /usr/src/linux/.config beinhaltet? und warum die # vor der einen Zeile steht?)
alsaconf wird nicht benötigt wenn der Treiber fest im Kernel reinkompiliert ist.

...zum Thema xorg-x11, eine solche Config-Datei gibt es nicht! Es gibt nur /etc/X11/xorg.conf oder, von früher /etc/X11/XF86Config
du solltest /etc/X11/XF86Config nicht mehr verwenden mit dem xorg-x11 Packet.
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