View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 47 posts ] 
Go to page Previous  1, 2, 3, 4  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Tue Sep 11, 2007 2:53 am 
Offline
Joined: Fri Sep 07, 2007 11:57 pm
Posts: 166
Nope. Still no sound. Might be a whole different issue. I remember though that when I attempted MythDora 4.0 and it reached the "playing the guitar" part, it first didn't play and I noticed I had two options. I don't remember what was the default (which didn't play), but I remember the other was nVidia!!! I chose that one, and it DID play! So soundcard does play nice with linux. Just have to figure out what that was that made it work!

Oh well.. Gotta go get my 4 hours of sleep.... Tough day tomorrow..


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 7:44 am 
Offline
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location: Mechanicsburg, PA
Combining my previous steps with fra's additions, here's what worked:
Code:
cd /usr/src/linux-headers-2.6.18-chw-13/include/linux/
/bin/rm -f i2c-id.h
wget http://lm-sensors.org/svn/i2c/trunk/kernel/i2c-id.h
cd /root
wget  http://us.download.nvidia.com/XFree86/Linux-x86/100.14.11/NVIDIA-Linux-x86-100.14.11-pkg1.run
mv /usr/bin/startx .
pkill xinit
wget ftp://knoppmyth.net/R5/linux-source-2.6.18-chw-13_2.6.18-chw-13-10.00.Custom_all.deb
dpkg -i linux-source-2.6.18-chw-13_2.6.18-chw-13-10.00.Custom_all.deb
sh NVIDIA-Linux-x86-100.14.11-pkg1.run
mv startx /usr/bin/
su - mythtv startx

_________________
KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!


Last edited by Human on Tue Sep 11, 2007 9:06 am, edited 2 times in total.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 8:14 am 
Offline
Joined: Thu Dec 30, 2004 2:12 am
Posts: 108
I haven't had a chance to verify my sound, but I'll do that this evening.

But as a preliminary, have you checked alsamixer to make sure the soundcard settings aren't muted and the volume is up?

If that's fine, we may have to check if we need new alsa drivers for this board. For another motherboard, here are the instructions on how to install new alsa drivers. Though if new drivers are needed, a different driver version from these instructions will probably be needed.

http://knoppmythwiki.org/index.php?page=Asus+M2NPV-VM


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 8:15 am 
Offline
Joined: Fri Sep 07, 2007 11:57 pm
Posts: 166
Human wrote:
Combining my previous steps with fra's additions, here's what worked:
Code:
cd /root
wget  http://us.download.nvidia.com/XFree86/Linux-x86/100.14.11/NVIDIA-Linux-x86-100.14.11-pkg1.run
mv /usr/bin/startx .
pkill xinit
wget ftp://knoppmyth.net/R5/linux-source-2.6.18-chw-13_2.6.18-chw-13-10.00.Custom_all.deb
dpkg -i linux-source-2.6.18-chw-13_2.6.18-chw-13-10.00.Custom_all.deb
/bin/rm -f /usr/src/linux-headers-2.6.18-chw-13/include/linux/i2c-id.h
wget http://lm-sensors.org/svn/i2c/trunk/kernel/i2c-id.h
sh NVIDIA-Linux-x86-100.14.11-pkg1.run
mv startx /usr/bin/
su - mythtv startx


so you think even though that file i found on google is different from the one in R5F1, that shouldn't make any difference to the system?

you think that's not the reason i don't have sound?

i wonder what the issue is with sound! i'll look around what the forum says on what may have caused this problem.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 8:23 am 
Offline
Joined: Thu Dec 30, 2004 2:12 am
Posts: 108
Oh, and Human, also to clarify, for those who need to use these instructions, they won't have a DHCP client running at this point, so a "dhclient" command at the top of your code block will be needed.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 8:57 am 
Offline
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location: Mechanicsburg, PA
tjimenez87 wrote:
Oh, and Human, also to clarify, for those who need to use these instructions, they won't have a DHCP client running at this point, so a "dhclient" command at the top of your code block will be needed.

It depends on when you do this. I installed it on a system where everything was already running, so I didn't need to do that. If you do it during the initial installation (after chrooting to /mnt/hdinstall) then, yes, you will need to establish a network connection either by running dhclient or netcardconfig.

_________________
KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:03 am 
Offline
Joined: Fri Sep 07, 2007 11:57 pm
Posts: 166
and Human, you didn't need to put i2c-id.h where it belongs? or did i miss the part in your code that did that??!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:04 am 
Offline
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location: Mechanicsburg, PA
fra wrote:
so you think even though that file i found on google is different from the one in R5F1, that shouldn't make any difference to the system?

you think that's not the reason i don't have sound?

i wonder what the issue is with sound! i'll look around what the forum says on what may have caused this problem.

I had no sound problems after installing the new driver this way. Headers are only used at compile time, so unless you compiled a sound driver after installing the new header and the sound driver build process relied on that header, there should be no interference.

_________________
KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:05 am 
Offline
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location: Mechanicsburg, PA
fra wrote:
and Human, you didn't need to put i2c-id.h where it belongs? or did i miss the part in your code that did that??!
Whoops, I need to edit that.

_________________
KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:30 am 
Offline
Joined: Fri Sep 07, 2007 11:57 pm
Posts: 166
Human wrote:
fra wrote:
and Human, you didn't need to put i2c-id.h where it belongs? or did i miss the part in your code that did that??!
Whoops, I need to edit that.


when the nVidia installer asks if you would like to run its config file, what did you answer?? yes or no?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:32 am 
Offline
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location: Mechanicsburg, PA
fra wrote:
Human wrote:
fra wrote:
and Human, you didn't need to put i2c-id.h where it belongs? or did i miss the part in your code that did that??!
Whoops, I need to edit that.


when the nVidia installer asks if you would like to run its config file, what did you answer?? yes or no?

I don't know what you mean by "run its config file" but I chose Yes for everything.

_________________
KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:34 am 
Offline
Joined: Fri Sep 07, 2007 11:57 pm
Posts: 166
Human wrote:
fra wrote:
Human wrote:
fra wrote:
and Human, you didn't need to put i2c-id.h where it belongs? or did i miss the part in your code that did that??!
Whoops, I need to edit that.


when the nVidia installer asks if you would like to run its config file, what did you answer?? yes or no?

I don't know what you mean by "run its config file" but I chose Yes for everything.


oh. it asks:

Would you like to run the nvidia-xconfig utility to automatically update your X configuration file so that the NVIDIA X driver will be used when you restart X? Any pre-existing X configuration file will be backed up.

Yes No


so you chose yes?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:48 am 
Offline
Joined: Fri Sep 07, 2007 11:57 pm
Posts: 166
still no sound. :(


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:50 am 
Offline
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location: Mechanicsburg, PA
fra wrote:
so you chose yes?

Yes. If your xorg.conf is already set up to use the nvidia driver, you can select No, but Yes shouldn't hurt anything.

_________________
KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:51 am 
Offline
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location: Mechanicsburg, PA
fra wrote:
still no sound. :(

Start another thread, and I'll help you with basic troubleshooting.

_________________
KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 47 posts ] 
Go to page Previous  1, 2, 3, 4  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 5 guests


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 post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu