View unanswered posts    View active topics

All times are UTC - 6 hours





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

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Wed Dec 10, 2003 5:48 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
Dale wrote:
I don't understand this thread. Can't you just boot using the noapic boot option?


well the problem is not apic its local apic and in the 2.4 kernel there is not a nolapic boot paramater. this parameter does exist in the 2.6 kernel.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 10, 2003 7:19 pm 
Offline
Site Admin
Joined: Fri Oct 31, 2003 11:40 pm
Posts: 357
Location: Irvine, Ca
Ah, thanks, Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 13, 2003 1:30 pm 
Offline
Joined: Tue Oct 28, 2003 1:25 pm
Posts: 125
It has taken me a while but I recompiled the kernel without APIC support. My next problem is that the NIC is not recognized. When a run netconfigcard I get an error of "no supported network card"

Any ideas how I can get my NUC configured?

Thanks,
Mike G.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 13, 2003 1:37 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
mgordon wrote:
Any ideas how I can get my NUC configured?


sounds like a personal problem LOL :wink:

what kind of NIC is it? Are you sure you compiled in support for the NIC or that you compiled support as a module?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 13, 2003 1:46 pm 
Offline
Joined: Tue Oct 28, 2003 1:25 pm
Posts: 125
when I compiled I used the .config in the boot directory.

I am using an onboard NIC. nForce2 MCP 10/100 Ethernet LAN

When I compiled this is what I did.

make menuconfig
changed only APIC
make dep
make bzInstall
make modules
make modules_install
cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.22-xfs
cp System.map /boot/System.map-2.4.22-xfs

modified lilo to remove initd.gz

rebooted.

Thanks,
Mike G.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 13, 2003 2:05 pm 
Offline
Joined: Sat Dec 06, 2003 7:10 am
Posts: 6
Location: Berlin, Germany
Did you run install-nvnet again?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 13, 2003 5:11 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
yup BugRodger got it you will have to rerun that script to make a module for the new kernel.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 13, 2003 8:23 pm 
Offline
Joined: Tue Oct 28, 2003 1:25 pm
Posts: 125
I am making progress but still no success.
:cry:

When I execute netcardconfig I am prompted "Use DHCP broadcast" I answer yes as I did with the original kernel and the netcardconfig hangs. Also when I execute net that also hangs.

Any advice would be great.

signed, frustrated.
(BTW, I will probably have sound problems once I fix my network problems. :( )


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 13, 2003 8:26 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
did the install-nvnet script run without errors?

from a root console
Code:
 lsmod | grep nvnet


is the nvnet module loaded?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 14, 2003 3:47 pm 
Offline
Joined: Tue Oct 28, 2003 1:25 pm
Posts: 125
I don't think the nvnet module is loaded.

When I run
Code:
lsmod | grep nvnet

I get nvnet 26336  0  (unused)

How do I load the nvnet module?

Thanks,
Mike G.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 14, 2003 3:59 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
what you got tells you that the module is loaded

have you tried using a static address instead of dhcp?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 23, 2003 9:54 pm 
Offline
Joined: Tue Oct 28, 2003 1:25 pm
Posts: 125
Ok, I was able to recompile the kernel w/o APIC support.

- install distro
- install-nvnet.sh
- netcardconfig
- build kernel
- reboot
- complete myth setup
- alsa install - I followed the ALSA Nvidia's guide that BugRoger recommended. version 0.9.8


The ALSA install fails on reboot handing with the last line "module snd-seq-device loaded, with warnings"

I feel that I am close but have spent too much time trying to remove APCI support.

Any advice would be greatly appreciated.
Thanks,
Mike G.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 24, 2003 9:37 am 
Offline
Joined: Tue Oct 28, 2003 1:25 pm
Posts: 125
ok After re-compiling the kernel I decided not to recompile ALSA. I decided that recompiling was not necessary because the sound was compiled into the kernal as a loadable module, therefore I assumed I can use the new kernel with the old ALSA drivers that came with the distro. The syslog shows the following errors.

aumix get the following error : error opening mixer
alsamixer gets the folloing error alsamixer: function snd_ctl_open failed for default: No such file or directory

It is my belief that the ALSA driver is not loading I don't know why.
Any help would be greatly appreciated.

Thanks,
Mike G.


Dec 25 10:14:57 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod sound-slot-
0 failed
Dec 25 10:14:57 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod sound-servi
ce-0-0 failed
Dec 25 10:15:57 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod char-major-
116 failed
Dec 25 10:15:57 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod char-major-
116 failed
Dec 25 10:17:29 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod sound-slot-
0 failed
Dec 25 10:17:29 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod sound-servi
ce-0-0 failed
Dec 25 10:17:39 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod sound-slot-
0 failed
Dec 25 10:17:39 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod sound-servi
ce-0-0 failed
Dec 25 10:17:58 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod sound-slot-
0 failed
Dec 25 10:17:58 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod sound-servi
ce-0-0 failed
Dec 25 10:18:07 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod sound-slot-
0 failed
Dec 25 10:18:07 mythtv insmod: /lib/modules/extra/alsa/snd.o: insmod sound-servi
ce-0-0 failed


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 31, 2003 1:32 pm 
Offline
Joined: Mon Dec 29, 2003 3:24 pm
Posts: 11
Ok, I've finally recompiled my kernel by following the instructions from BugRoger (thanks).
I've got the sound and video drivers working again, but ivtv doesn't seem to find the capture card. Before I did this the /var/log/messages during boot would show many lines of card setup after the 'Linux video capture interface: v1.00' line. But now all I get is that line and nothing else until the ioctls fail saying /dev/video0 doesn't exist (once I get a prompt it is there in ls).
I still get the intertext compression device line during boot meaning that the card probe found the card.

Does anyone know what other modules BugRoger was refering to needing to be rebuilt when he says 'There will still be some module definitions in modules.conf that you haven't compiled yet'.

I'm thinking I need to rebuild the ivtv stuff, but I don't see the source anywhere. I've checked my module.conf and it still has all of the options from /etc/mythtv/modules/ivtv and ivit0.

Any advice?

Btw: to mgordon, I got the same warnings about missing symbols when I compiled the alsa stuff but I continued anyway and my audio works fine so far.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 31, 2003 3:43 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
well you will defiantely need to recompile the ivtv drivers, and I'm pretty sure the source is included, I've never had to recompile the drivers on knoppmyth, but it looks like the source is in /usr/local/lib/ivtv/driver/


Top
 Profile  
 

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



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 60 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