|
|
#1 | |
|
Registered User
Join Date: Jul 2006
Posts: 3
|
hi there, i'll start off by saying i'm using ubuntu dapper drake.
basicly my problem is as follows- i have a 8.1 speaker set up in my room, but the problem is linux will only use left and right speakers, not even the bass (tinny bass annoys me) so all day today i've been bashing away tring to get these damn drivers to work (the ones that nvidia provides) also just won't cut it i've been changing sliders and menus for the last 2 hours and i've only managed to make it sound worse. i've tried using the nvidia installer and it ran fine but i have nfi how to 'activate' the drivers i tried adding a module in modprobe or whatever it's called, i've tried rebooting after each change and no luck, i hope you guys can help me. EDIT: also i should add when i try to run the command (after running the nvidia installer) 'nvmixer' i get the error " nvmixer: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory " |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jul 2002
Posts: 621
|
If the install completed, I think you have to edit your /etc/modprobe.conf file (with sudo) and change the driver to nvidia's.
It's been a long time since I messed with that. For fast answers jumping on Ubuntu's IRC channel is the best idea. https://help.ubuntu.com/community/InternetRelayChat But your XChat should already be pre-configured to point to Ubuntu's channels by default, in Dapper Drake. Hope that helps, -Taz |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jul 2006
Posts: 3
|
unfortunatly i've tried all of the above.
when i went into the IRC channel i got told exacly what you said about the modprobe thing (i'm still pretty new to using linux and have nfi with that group of files) i posted in thier forum (http://www.ubuntuforums.org/showthread.php?t=207631) but the post got 23 views and no replys even after BUMPing it once. do you know if this card works 100% with linux, or that it's possible for sure? i have spend a large portion of today trying to make it work, i've manage to make my sound go back to how it was (after borking it trying to activate nvidia drivers) i hope you can still help. -mike |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jul 2002
Posts: 621
|
When you ran the nvidia installer... did you do it a terminal window with sudo?
Or did you just double click the installer in the Nautilis file manager? Whenever you install something for the system or 'all users'... you have to install it as the 'root user' (administrator). In ubuntu and most other distros, you predicate the command with sudo. That only works once per command. So.... you get package by vendor... use Nautilis to 'un-tar' or 'unzip' (usually in your home directory)... open a terminal window and type: cd /home/username/new_directory (or wherever the new directory may be located) now for nvidia nforce you type sudo sh NFORCE-Linux-xXX.-X.X-XXXX-pkg1.run It will ask for your password, then Follow the installation prompts. For software that you may have to compile.... it's sudo ./config then sudo make then sudo make install For running a graphic program as root.... the command is gksudo. gksudo nautilis Brings up a graphic password check, then a file manager with root user priveleges. (dangerous for a newbie) Anyway... that last one you can add in an icon shortcut, and use a root nautilis to navigate around when you have to edit system files like /etc/modprobe.conf. ![]() Ok... about editing modprobe... this is straght out of the nvidia documentation: Quote:
Hope that helped, -Taz |
|
|
|
|
|
|
#5 | |
|
Registered User
Join Date: Jul 2006
Posts: 3
|
i know about sudo and gksudo
and yes, i ran the file as root by:typing sudo into terminal then dragging the file (puts the path/to/file in there for me) which installed fine. i'm currently running the 2.6 kernel which is where my problem is, i have no sbin directory in / only a sbin in usr, and even still in my usr/ directory there is nothing to do with modprobe, at all. after some more investigation ubuntu uses a system where the modprobe is a directory full of files. the files are only like..one mod it's kinda hard to explain, but there is no one file (like modprobe.conf) the directory where the files reside is - etc/modprobe.d/ in there theres a file called alsa base, here is it's contents Code:
# autoloader aliases
install sound-slot-0 modprobe snd-card-0
install sound-slot-1 modprobe snd-card-1
install sound-slot-2 modprobe snd-card-2
install sound-slot-3 modprobe snd-card-3
install sound-slot-4 modprobe snd-card-4
install sound-slot-5 modprobe snd-card-5
install sound-slot-6 modprobe snd-card-6
install sound-slot-7 modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd modprobe --ignore-install snd $CMDLINE_OPTS && { modprobe -Qb snd-ioctl32 ; : ; }
install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { modprobe -Qb snd-pcm-oss ; : ; }
install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { modprobe -Qb snd-mixer-oss ; : ; }
install snd-seq modprobe --ignore-install snd-seq $CMDLINE_OPTS && { modprobe -Qba snd-seq-midi snd-seq-oss ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { modprobe -Qb snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 modprobe --ignore-install saa7134 $CMDLINE_OPTS && { modprobe -Qb saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
here is my nvidia file from the modprobe.d directory: Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My UT2003 Tweak Guide | DXnfiniteFX | Gaming Central | 48 | 10-30-02 11:59 PM |
| Got a Hercules sound card, read here plz! | Fluke | General Hardware | 32 | 09-30-02 08:50 AM |
| The NV Sound Card Poll | saturnotaku | General Hardware | 19 | 09-10-02 08:47 AM |
| Error! Linux cannot find my nVidia integrated sound card! Please help! | targatop | NVIDIA Linux | 1 | 09-08-02 04:55 PM |
| Need a truly DOS compatible sound card. | Switch | General Hardware | 11 | 09-06-02 10:35 AM |