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

Notices


Reply
  Search this Thread
Old 12-05-2003, 07:36 AM   #1
slaken
Member
 
Registered: Nov 2003
Location: Finland
Distribution: Slackware current
Posts: 46

Rep: Reputation: 15
Question Too new hardware?


I have problems getting my hardware to work with the Slack 9.1, so now I'm wondering whether there are people with similar components who could explain to me how to get it all working. Here is my hardware:

Asus A7V600 motherboard
Matrox P650
ViewSonic 17" TFT
AMD 2500XP
512 MB RAM

As I install there are alot of IRQ conflicts, however, nothing too severe it crashes the whole system. In addition, the ALSA gives errors on boot saying there are no cards or somthing similar. Plus that the agrgart cannot be loaded due to some problem resolving the aperture size. This I have read can be solved by recompiling the kernel..well, I would like to know what I should do to get _all_ the devices working. Any suggestions? Please help as I have little experience in modifying the kernel etc.
 
Old 12-05-2003, 12:10 PM   #2
jkobrien
Member
 
Registered: Jun 2003
Location: Dublin, Ireland
Distribution: Slackware, LFS, Ubuntu, RedHat, Slamd64
Posts: 507

Rep: Reputation: 30
You can check the Hardware How-To for your components, also the manufacturers webpages should have information on linux support.

Slackware is generally pretty good at detecting and configuring hardware, but it sounds like you might have to recompile. Search these pages for help. There is a how-to for that too, but last time I checked it's been removed for review.

John
 
Old 12-06-2003, 04:19 AM   #3
Velvet Elvis
Member
 
Registered: Dec 2003
Distribution: debian (when I can) RHEL (when I must)
Posts: 98

Rep: Reputation: 15
you might want to try compiling the kernel with and without local APIC on to see if there is any difference.

When I first installed slack, I probobly compiled 20 kernels before I got everything working right. I'm also not one to read documentation in any form though. If you actualy do so reading, you could probobly get it working in 5 or 6.

Upgrading to a 2.6 series kernel would also be worth a try.
 
Old 12-07-2003, 08:48 AM   #4
slaken
Member
 
Registered: Nov 2003
Location: Finland
Distribution: Slackware current
Posts: 46

Original Poster
Rep: Reputation: 15
Well, the problem is not that I do not know if the hardware is supported or not. I have read many threads in the forum where people have tried to get the same hardware as I have working. As far as I know, the KT600 is only supported in 2.6.something and this is the first thing I would like to fix. Please tell me if I am wrong!

The other components (Matrox P650, soundMAX and 3Com 1GBit) are working, but do not have any support in the kernel I'm using. Well, the sound is not working, but according to many threads I have read it work.

The thing I would like to know is how to get the KT600 working. I have tried to recompile the kernel (2.6.test11), but the computer refused to boot. If you have some tips what to do and how to get it working it would be great!

Thanks anyways for the link to the hw guide..
 
Old 12-08-2003, 10:35 AM   #5
jkobrien
Member
 
Registered: Jun 2003
Location: Dublin, Ireland
Distribution: Slackware, LFS, Ubuntu, RedHat, Slamd64
Posts: 507

Rep: Reputation: 30
Hi Tommy,

Sorry, I don't know anything about the KT600 (or even what it is).

Why don't you post a new thread with KT600 (monitor/sound card/whatever) and slackware in the title. You're more likely to attract the attention of someone who knows something about it that way. Your current thread title is too vague for that.

If you are asking for tips about kernel compilation, the best tip anyone can give you is to find out all about your hardware. Most of the options are to do with the actual components you have in your computer, if you know that you're most of the way there.

The basic steps (bearing in mind that I haven't read any documentation for 2.6) are as follows... The commands are in quotes, the rest is just comments.

1) "cd /usr/src/linux"

If you already have a .configure file then make a copy of it in some other directory, the usual thing to do is...

"cp ./configure /boot/configure_<some_version_no>"

2) "make mrproper"
This cleans everything up from the last compile.

3) "make xconfig" or "make menuconfig"
Go through all the menus and options and pick, "yes", "module", or "no".

4) "make dep"
edit the "EXTRAVERSION =" line of Makefile to some new version no (e.g. "_1" or "_0001") or some text that means something to you, e.g. ("_no_sound", or "_my_compile").

5) "make clean"

6) "make bzImage"

7) "make modules"
If anything goes wrong with steps 4 or 5, look at the error messages and decide if you should leave something out (or include something ) from the compile if so start again.

8) "make modules_install"

9) "cp arch/i386/boot/bzImage /boot/vmlinuz_<your_version_number>"

10) add a new entry to your lilo.conf or grub.conf pointing to your new kernel - just copy an entry that's already there. If you're using lilo, then type "lilo -v".

11) Reboot. If there are any problems with the boot, you've probably left out something you need. Try to find out what it was from the error message and repeat the whole process.

John
 
Old 12-08-2003, 11:00 AM   #6
slaken
Member
 
Registered: Nov 2003
Location: Finland
Distribution: Slackware current
Posts: 46

Original Poster
Rep: Reputation: 15
Thanks John! I have tried to compile a new 2.6.x kernel a couple of times, but honestly, I have not got it working. However, the fault is most likely mine as I have not been too eager to browse through the menus in menuconfig.

BTW, KT600 is the circuit on my mobo.

I will try to compile another kernel following you instructions and then post the outcome here.
 
Old 12-08-2003, 11:15 AM   #7
jkobrien
Member
 
Registered: Jun 2003
Location: Dublin, Ireland
Distribution: Slackware, LFS, Ubuntu, RedHat, Slamd64
Posts: 507

Rep: Reputation: 30
Hi Tommy,

Ok, good luck.

I forgot to say between steps 2 and 3, if you made a backup of .config from a previous compile you can copy it back into /usr/src/linux/.config here and use your previous choices as a starting point. I.e. you don't have to go through every frickin' menu every frickin' time, just the places you think you went wrong, or want to try changing.

Don't be discouraged by not getting the compilation right straight off, most people don't. It's really all about getting the configuration step right, so unfortunately there's no choice but to go through all those menus at least once, to see what they all are.

I hope your system is reasonably fast, so you don't have to spend the day watching it compile

John
 
Old 03-30-2004, 10:24 AM   #8
doralsoral
Member
 
Registered: Aug 2003
Location: raleigh
Distribution: Gentoo 2005.1 x86_64
Posts: 931

Rep: Reputation: 31
hey ive got that board and ive compiled 2.6.4 kernel on it an dit is really slow then, what is that APIC you were talking about? 2.6 gets rid of all the irq conflicts but it lags a bunch for me
 
Old 03-30-2004, 11:05 AM   #9
jsokko
Member
 
Registered: Mar 2004
Location: Phila, PA
Distribution: SuSE 9.0 / RH 9 / Slackware 9.1
Posts: 110

Rep: Reputation: 15
I think Velvet Elvis was talking about ACPI, not APIC.

VE, clarify?
 
  


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
Is a INTEL 56K V.90\92 Hardware-Based Modem a TRUE hardware modem? ElijahLofgren Linux - Hardware 2 01-27-2004 07:06 PM
How do you add hardware? (Esp. USB hardware) Travis86 Linux - Newbie 3 05-30-2003 11:24 PM
Hardware RAID PCI Card (Hardware?) MasterC Linux - Hardware 1 03-01-2003 01:19 AM
hardware? Quiz Linux - Hardware 1 06-01-2002 06:14 AM
Hardware chili Slackware 4 05-08-2002 09:05 AM

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

All times are GMT -5. The time now is 07:58 AM.

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