LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   The Daemonic Horde is on the run! (how do I get my snd & net to start up upon boot?) (https://www.linuxquestions.org/questions/linux-software-2/the-daemonic-horde-is-on-the-run-how-do-i-get-my-snd-and-net-to-start-up-upon-boot-150061/)

versaulis 02-24-2004 03:47 PM

The Daemonic Horde is on the run! (how do I get my snd & net to start up upon boot?)
 
Fedora Core 1
Custom configured and compiled kernel 2.6.3 directly from source by me!
Hardware:
Processor: Pentium 4 3.06 GHz w/ 512 KB L2 Cache
RAM: 1 Gig
HD: 80 Gigs
00:00.0 Host bridge: ATI Technologies Inc: Unknown device cbb2 (rev 02)
00:01.0 PCI bridge: ATI Technologies Inc: Unknown device 7010
00:02.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 02)
00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV]
00:08.0 Modem: ALi Corporation Intel 537 [M5457 AC-Link Modem]
00:09.0 Network controller: Harris Semiconductor Prism 2.5 Wavelan chipset (rev 01)
00:0a.0 CardBus bridge: O2 Micro, Inc. OZ6912 Cardbus Controller
00:0c.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)
00:0f.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:10.0 IDE interface: ALi Corporation M5229 IDE (rev c4)
00:11.0 Bridge: ALi Corporation M7101 PMU
00:12.0 Ethernet controller: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon IGP 340M

Other Notes:
1. The firewire is deleted from /etc/modules.conf and kudzu is disabled in the services menu. Support for 1394 Firewire is unselected in the kernel as well..
2. My problem **SEEMS** to have started when I turned off kudzu in the services menu. I did it so that it would not find the firewire and try to install it, however, I guess I can put that back if need be since *not* *compiling* *it* *into* *the* *kernel* works just fine too =).

When I start up my computer, my sound and networking don't turn on. The drivers are fine. I just go into the Gnome configuration menus for them and activate the networking device (eth0) or play the sound test and then they turn on. If I don't continue to use them, however, they turn off again.

Does anyone out there have the know-how to tell me how I can get them to turn on and stay on when I turn on the computer?

maroonbaboon 02-24-2004 07:52 PM

Plonking a 2.6 kernel into the middle of an unsuspecting Redhat installation sounds a bit like parking your Humvee in the garage without bothering to open the door. Either foolhardy or very cool, depending on your point of view.

Have you seen this page:

http://thomer.com/linux/migrate-to-2.6.html

It applies to RH 9 but might have some relevant info.

versaulis 02-25-2004 09:09 AM

OK, first of all, he was using the test version of 2.6.0 and I'm using 2.6.3 stable.

Second, I had a lot of trouble doing it at first as well, however, it was entirly my own fault. I didn't configure it right. When I had configured it correctly it worked better than anything else I tried.

And by "correctly" I mean that I didn't include the device drivers for some of my hardware and I kept the 1394 firewire support. Linux doesn't like 1394 firewire ATM. So, I disable that, enable all my hardware drivers, uncheck all the experimental and development features, then

make
make modules_install install

and reboot. That's it. Linux laptop working fine. The place where I got myself into trouble was with disableing Kudzu. I compiled the firewire out of the kernel, enabled it again, and now it works fine. I just thought there was some other side effects to leaving kudzu on (like trying to load the firewire anyway), but there wasn't.

maroonbaboon 02-25-2004 04:07 PM

Right. I'd been holding off doing this. I thought I would break so many things it would take me a week to fix. I see /. has just covered the topic:

http://developers.slashdot.org/devel.../1413214.shtml


All times are GMT -5. The time now is 12:16 PM.