LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 02-20-2004, 10:33 PM   #1
shadow
LQ Newbie
 
Registered: Feb 2003
Distribution: Redhat 8
Posts: 19

Rep: Reputation: 0
Red face kernel 2.6.3


I just did a clean install of fedora 1 and i want to upgrade to 2.6.3 kerneli installed the kernel some how by surfing the net for instructions.
and i worked but when i boot it up it comes to a screen saying that the mouse driver wasn't load loaded correctly so i tryied a different mouse no luck.

finally i found a rpm for kernel 2.6.3 and it didn't work either how can i fix this.

issue two vncserver works just like in redhat 8 and 9 but when the tightvnc viewer from windows loads it it just shows a shell. no gui why.

thanks for anyhelp in advance.

one more question sorry for so many.

i did a ln -s /dev/hda5 /mnt/hda5

this worked great when i rebooted it was gone how can i make it permanent.
 
Old 02-21-2004, 12:10 AM   #2
mjalan
LQ Newbie
 
Registered: Feb 2004
Distribution: Fedora Core 1
Posts: 11

Rep: Reputation: 0
yeah, I have the same problem, everything seems to be fine in the kernel boot up message, but when it come to the X-Windows system, it said cannot start because of can't detect my mouse.
 
Old 02-21-2004, 01:01 AM   #3
isso
LQ Newbie
 
Registered: Feb 2004
Location: canada
Distribution: Fedora core 2
Posts: 18

Rep: Reputation: 0
i had the same problem and this is how i fix it
i changed my etc/modules.conf :
probeall usb-interface usb-uhci
to
probeall usb-interface uhci-hcd

and it fix my problem .

good luck
 
Old 02-21-2004, 01:54 AM   #4
mjalan
LQ Newbie
 
Registered: Feb 2004
Distribution: Fedora Core 1
Posts: 11

Rep: Reputation: 0
Quote:
Originally posted by isso
i had the same problem and this is how i fix it
i changed my etc/modules.conf :
probeall usb-interface usb-uhci
to
probeall usb-interface uhci-hcd

and it fix my problem .

good luck
nope it doesn't work, cos, I open it, I can't saw "probeall usb-interface usb-uhci", so I added "probeall usb-interface uhci-hcd", but doesn't work
 
Old 02-21-2004, 02:16 AM   #5
isso
LQ Newbie
 
Registered: Feb 2004
Location: canada
Distribution: Fedora core 2
Posts: 18

Rep: Reputation: 0
ok if you have this :

alias usb-controller usb-uhci

change it to this :

alias usb-controller uhci-hcd
 
Old 02-21-2004, 03:42 AM   #6
colesen101
LQ Newbie
 
Registered: Feb 2004
Posts: 3

Rep: Reputation: 0
I had the same problem - that the X server wouldn't start.
The log said no /dev/psaux device. I tried what others have suggested but no luck.
My mouse is a Logitech optical USB mouse connected to PS/2 using a converter plug.
What worked for me is this

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
# InputDevice "Mouse0" "CorePointer"
InputDevice "DevInputMice" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
# InputDevice "DevInputMice" "AlwaysCore"
EndSection

Background. Maybe usefull for someone.
I installed FC2-test1 on a blank disk, gave it quick spin and everything looked ok.
I then attempted up2date. It said it would use such and such mirror but then crashed before having done anything. Said something with python. I then instead downloaded everything manually from that mirror using ftp. To install I used 'rpm -Fvh *.rpm' - repeatedly until further repeats did not resolve any more dependencies. After that quite a few packages were not installed because of unresolved dependencies. I looked at the files and decided to install using '--nodeps'. After that some packages were still not installed - now because of conflicts. I did not install these (with --force).
I then booted and that's when the X server wouldn't start.

But it now works, runs kernel 2.6.3, KDE 3.2 final, up2date works and it looks promising.
 
Old 02-21-2004, 06:05 AM   #7
mjalan
LQ Newbie
 
Registered: Feb 2004
Distribution: Fedora Core 1
Posts: 11

Rep: Reputation: 0
Quote:
Originally posted by isso
ok if you have this :

alias usb-controller usb-uhci

change it to this :

alias usb-controller uhci-hcd
Well, this doesn't work, mmm, what I will try to do is to update my X-Server, to see if there any better, cos, everything booting fine from those message apart from the X, so yeah, I will try update those and c
 
Old 02-21-2004, 08:56 AM   #8
shadow
LQ Newbie
 
Registered: Feb 2003
Distribution: Redhat 8
Posts: 19

Original Poster
Rep: Reputation: 0
the funny thing is i just have a generic 2 button mouse
 
Old 02-21-2004, 10:09 AM   #9
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Rep: Reputation: 30
Read this guide .. hope it can helps you out ..

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

Pay attention on the USB part .. adding sys filesystem and some other changes needed to get 2.6.0 running smoothly ..
 
Old 02-21-2004, 11:20 PM   #10
mjalan
LQ Newbie
 
Registered: Feb 2004
Distribution: Fedora Core 1
Posts: 11

Rep: Reputation: 0
yo is working now.... , well, I have done is re-install Fedora, update the kernel and change the line that isso said, then update the X-Free Components.... well, at least works for me....
 
Old 02-22-2004, 03:16 AM   #11
Zaskar
Member
 
Registered: Feb 2004
Location: NY
Distribution: Debian (Testing)
Posts: 219

Rep: Reputation: 30
heya man, just wondering, can you mount cd's with 2.6 running and copy multiple files from a cd to the hard disk? seems i cant, sometimes it mounts and sometimes i get an error, either way many files from the cd cant be copied because of "read errors" though when switching back to the default kernel it works fine.

just made a thread about this in more depth though.

-Krause
 
Old 02-22-2004, 01:54 PM   #12
setu_garg
LQ Newbie
 
Registered: Feb 2004
Posts: 5

Rep: Reputation: 0
I m trying to install kernel 2.6.3 from the tar file available at www.kernel.org. After selecting all the required options in the kernel configuration window, when i make modules and make modules_install, everything goes fine. But when i do the final make install, i get the following error message:

Kernel: arch/i386/boot/bzImage is ready
sh /root/linux-2.6.3/arch/i386/boot/install.sh 2.6.3 arch/i386/boot/bzImage System.map ""
No module ata_piix found for kernel 2.6.3, aborting.
mkinitrd failed
make[1]: *** [install] Error 1
make: *** [install] Error 2

I have an Intel P4 2.40C GHz HT processor with Intel D865GBF mboard and a Seagate 80 GB SATA HDD. I have Fedora core 1 installed. 512 MB RAM with SONY CD writer.
kindly help. i tried to install using an RPM, but X server didnt start.
 
Old 02-23-2004, 04:21 PM   #13
mjalan
LQ Newbie
 
Registered: Feb 2004
Distribution: Fedora Core 1
Posts: 11

Rep: Reputation: 0
Quote:
Originally posted by setu_garg
I m trying to install kernel 2.6.3 from the tar file available at www.kernel.org. After selecting all the required options in the kernel configuration window, when i make modules and make modules_install, everything goes fine. But when i do the final make install, i get the following error message:

Kernel: arch/i386/boot/bzImage is ready
sh /root/linux-2.6.3/arch/i386/boot/install.sh 2.6.3 arch/i386/boot/bzImage System.map ""
No module ata_piix found for kernel 2.6.3, aborting.
mkinitrd failed
make[1]: *** [install] Error 1
make: *** [install] Error 2

I have an Intel P4 2.40C GHz HT processor with Intel D865GBF mboard and a Seagate 80 GB SATA HDD. I have Fedora core 1 installed. 512 MB RAM with SONY CD writer.
kindly help. i tried to install using an RPM, but X server didnt start.
try to get the rpm mate... much easier
 
Old 02-24-2004, 06:30 AM   #14
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Rep: Reputation: 30
Quote:
kindly help. i tried to install using an RPM, but X server didnt start.
Are you in any way using NVIDIA driver? You need to rebuild the driver for the new kernel.
 
  


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
Kernel 2.4 in Zipslack (Waring: unable to open an initial console | Kernel Panic...) kurtamos Linux - General 2 05-10-2006 12:58 PM
Kernel-Patch Debian Logo 2.6.2 not correctly working for custom kernel 2.6.11 smp deepclutch Debian 3 06-27-2005 03:59 AM
kernel panic: try passing init= option to kernel...installation with Red Hat 9 kergen Linux - Hardware 1 09-30-2004 03:28 AM
Unable to build NVIDIA kernel module / determin kernel version Night Ink Fedora 2 05-31-2004 04:54 PM
Kernel 2.4.23 compile causes kernel panics on ATA RAID-1 (mirror) array Raptor Ramjet Slackware 3 12-18-2003 01:40 PM

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

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