LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-25-2005, 01:07 PM   #76
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58

All I can say is ever since I no longer use the supplied kernels from Red Hat or Fedora or CentOS I have not had any hardware problems.

I build and use my own custom kernels from the source at kernel.org;

$ uname -rin
Aspire5000 2.6.15-rc7 x86_64

No backports, patches and other changes from the Fedora/Red Hat are in the kernel unless they have been accepted by Linus and company into the vanilla kernel.
 
Old 12-25-2005, 04:07 PM   #77
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15
Please tell me how does one make a vanilla kernel? also Merry X-mas Lenard
 
Old 12-26-2005, 10:57 AM   #78
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Download the kernel source from kernel.org, unpack it in the /usr/src directory location then;


make mrproper
cp /boot/config-<kernel-version_number>
(this will give you a starting point to customize your kernel)
make menuconfig [or xconfig or gconfig]*
(custom for your hardware, takes a while the first time and is required)
make
make modules_install
make install

It is a good idea to read this before starting;

http://www.digitalhermit.com/linux/K...ild-HOWTO.html

Don't get discouraged if at first you do not build a working kernel, many including myself do not. I built 6 bad kernels before building my first good kernel, now it's almost automatic for me.

* If you use 'make xconfig' with x86_64 then it will fail (small bug). This is will happen everytime, the first time is needed in order to create then fix the .tmp_qtcheck file in the scripts/kconfig directory. All you need to do is edit or replace the file, here's the edited corrected version for Red Hat based systems;

QTDIR=/usr/lib64/qt-3.3
QTLIBPATH=/usr/lib64/qt-3.3/lib
QTLIB=qt-mt
 
Old 12-27-2005, 02:03 PM   #79
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15
thank you once again lenard .
 
Old 12-28-2005, 02:10 AM   #80
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15
I have found better solution to problem I was having . I converted to SUSE linux it fixed the belkin,and now works aok. thankyou for all your help
Sam
 
Old 12-28-2005, 12:17 PM   #81
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Not that I'm complaining or anything, but I do recall suggesting you try a different distro.

I'm glad you finally got the usb ethernet device to work, I knew it was something strange with Fedroa Core 4, they sometimes do some 'strange' things with their kernels and configurations.

FYI: I do not have one of the Belkin usb ethernet devices like yours, I do have a friend that has one. It works just fine with my custom vanilla kernels (and the atmel fc3/4 firmware rpm) but does not with the latest x86_64 kernel from Fedora.
 
Old 12-28-2005, 11:22 PM   #82
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Lenard
Not that I'm complaining or anything, but I do recall suggesting you try a different distro.

I'm glad you finally got the usb ethernet device to work, I knew it was something strange with Fedroa Core 4, they sometimes do some 'strange' things with their kernels and configurations.

FYI: I do not have one of the Belkin usb ethernet devices like yours, I do have a friend that has one. It works just fine with my custom vanilla kernels (and the atmel fc3/4 firmware rpm) but does not with the latest x86_64 kernel from Fedora.
You was right then I must say.. I guess I had just hoped for too much from the fedora I had Thank you for your help LENARD.. I hope we can keep in touch as buddies.
 
Old 12-29-2005, 09:56 AM   #83
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
I have no issues or problems with helping you out if I can. Like I said I'm glad you got the Belkin usb ethernet device working.

It seems that the Fedora developors have a different set of objectives in mind lately. Sound card problems, Wide-screen Laptop / Monitor problems, wireless problems and selinux problems abound with Fedora Core 4, for a 'bleeding edge' release it seems quite 'out of touch' with modern computing.
 
Old 12-29-2005, 09:56 AM   #84
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
I have no issues or problems with helping you out if I can. Like I said I'm glad you got the Belkin usb ethernet device working.

It seems that the Fedora developors have a different set of objectives in mind lately. Sound card problems, Wide-screen Laptop / Monitor problems, wireless problems and selinux problems abound with Fedora Core 4, for a 'bleeding edge' release it seems quite 'out of touch' with modern computing.
 
Old 12-31-2005, 01:34 PM   #85
sam weldon
Member
 
Registered: Dec 2005
Distribution: FC1,2,3,4 RH6 & 7
Posts: 61

Original Poster
Rep: Reputation: 15
Well Lenard let me know if I can do anything for you in the near future as well .
 
  


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
USB issue phil81 Debian 11 06-28-2005 04:37 AM
USB parttioning <-- not an issue just something to think about exvor General 3 03-13-2005 07:46 PM
Debian USB issue mastahnke Debian 3 10-03-2004 10:52 AM
USB issue with MA101 bad_cmd/filenam Linux - Hardware 0 10-30-2003 03:57 AM
gphoto and USB issue loke137 Linux - Software 0 03-26-2003 03:54 PM

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

All times are GMT -5. The time now is 02:31 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