LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-10-2004, 03:50 PM   #1
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
Install succeeded!! Very happy, wanna share with you guys!


After a few kernel panics (only the kernel panicked, I didn't, he he) trying to boot a new kernel image without proper lilo reconfs, I managed to run the thing. "dpkg-reconfigure lilo" did the job.

Now the system boots over a smart boot manager floppy (http://btmgr.sourceforge.net/) and loads the kernel right in the debian partition. Very nice. I have kernel 2.6.5-1-k7, kde 3.2.2 and stuff... The damn thing flies! Very fast!
Also, I can mount all my other reiser partitions from suse.

I wanna thank all you guys from LQ-Debian, without whom I wouldn't reach this!



And also, ask for more support... I guess I'll have to reinstall some of my hardware:

- No network. when I "ifup eth0", it says: "Unrecognized kernel version". "Modprobe 8139too" returns no errors, but the unrecognized message keeps coming when I ifup again.

- No sound. when I open kmix, it asks for mixer device with a list that won't contain any. No idea where to start. In /dev I see devices dsp and audio, some of them.

It is a matter of install drivers? Do I download them in tar.gz form? apt-get can do something for me?
 
Old 07-10-2004, 11:43 PM   #2
urzumph
Member
 
Registered: Jan 2004
Location: Australia
Distribution: Debian
Posts: 168

Rep: Reputation: 30
The 2.6.x kernels need some alsa packages installed before you can get sound out of them.
I think the package is alsa-utils, but have a poke around with apt-cache search to check what you need.

With respect the the network, the only thing I can think of is the 2.6.x kernels need a newer module tools... try updating them. I can't remember the package name off the top of my head, google should be able to find it for you.
 
Old 07-11-2004, 02:12 AM   #3
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
To load the kernel module for your NIC, you can open (as root) /etc/modprobe.d/aliases with a text editor and add an extra line:

alias eth0 8139too

Then use (as root) the "update-modules" command. After this, restarting network (or rebooting) should make your NIC work. If the "ifconfig" command shows some info for eth0, then it works OK.

Configuring network connection in Debian depends on the type of connection you have, but usually it involves editing /etc/network/interfaces.


Getting sound to work requires installing the "alsa-base" and "alsa-utils" packages (which can be found in Aptitude, along with some optional ALSA-related goodies, in "sound -> main"). After installing these packages, use (as root) the "alsaconf" command. You can use any available mixer to adjust sound volume.


An easy way to install kernel modules is to install the "modconf" utility. Sometimes modconf fails but the "update-modules" method described above should work in most cases.

Last edited by Dead Parrot; 07-13-2004 at 03:25 PM.
 
Old 07-11-2004, 12:36 PM   #4
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Original Poster
Rep: Reputation: 46
Hi!
******
Getting sound to work requires installing the "alsa-base" and "alsa-utils" packages (which can be found in Aptitude, along with some optional ALSA-related goodies, in "sound -> main"). After installing these packages, use (as root) the "alsaconf" command. You can use any available mixer to adjust sound volume.
******

I downloaded the packages and installed. Run the alsaconf script. It detects my sound card emu10k1 and goes until saying "snd-emu10k1 is configured."
But then it says "I'll run alsa start and use the amixer to raise the volume..." I click OK, and it fails. But after it fails, it outputs:
"Now, ALSA is ready to use..."
"For adjustements of volumes, use your favorite mixer..."
Have a lot of fun!

And again, when I open kmix, there's no mixer device in the list.

What can I do?
 
Old 07-11-2004, 12:56 PM   #5
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Alsaconf seems to think your sound settings are OK. If you've got the Frozen Bubble game (or any other application that plays sounds), launch it and test if you can hear any music. If this test is success, try again adjusting sound volume with kmix.
 
Old 07-12-2004, 10:18 AM   #6
Marc A
Member
 
Registered: Mar 2004
Location: Bxl Europe
Distribution: Debian/Ubuntu
Posts: 84

Rep: Reputation: 15
When changing kernel from 2.4 to 2.6, there's a big change in using hardware. Have you install udev, hal and maybe hotplug? They did the trick for me.

Further on to use any kernel you like, grub is a good tool to install on mbr:
Quick tip to install GRUB (only Debian users do the apt-get line):

# using the unstable tree
apt-get install grub
grub-install /dev/hda
# Go edit/make a menu.lst file and put it in /boot/grub/menu.lst
grub
# then on the grub prompt run:

# The partition that has the boot partition root (hd0,0) install /grub/stage1 (hd0) /grub/stage2 p /grub/menu.lst quit
(from http://ruslug.rutgers.edu/~mcgrof/grub-images/#0.1)

Good luck, Marc A
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hint: Wanna try Linux, so wanna rig your Windows system to dual-boot? sundialsvcs Linux - Newbie 2 08-16-2005 02:56 PM
happy with my system wanna make an image? ginda Linux - Software 7 04-15-2005 08:21 PM
Did someone succeeded in install of emacspeak? Linux.tar.gz Slackware 1 01-12-2005 10:55 PM
Wanna install Slack on the SMALLEST possible PC MDesigner Linux - Newbie 7 01-12-2005 06:24 PM
Hi there, I wanna get into Linux, what can you guys tell me about it? StlthMd Linux - General 17 09-04-2001 08:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 07:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration