LinuxQuestions.org
Help answer threads with 0 replies.
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
 
LinkBack Search this Thread
Old 02-13-2006, 03:33 PM   #1
d_d
Member
 
Registered: Sep 2005
Posts: 36

Rep: Reputation: 15
slackware 10.2 not responding after compile kernel 2.6.13


hi
i install slackware 10.2 in Toshiba labtop
and its working fine , but i cant use my wireless card
so i had to compile the new kernel 2.6.13 to get it work
now ,when i start the computer its hangs
its say
===================
<Probing for PCIC : edit /etc/rc.d/rc.pcmcia>
cardmgr {1453} : watching 1 socket
===================
then the labtop stop responding

thanks
 
Old 02-13-2006, 03:39 PM   #2
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-13.1
Posts: 1,010

Rep: Reputation: 45
did you use the 2.6 kernel from the CD?
 
Old 02-13-2006, 04:24 PM   #3
d_d
Member
 
Registered: Sep 2005
Posts: 36

Original Poster
Rep: Reputation: 15
now, i get it from the internet
 
Old 02-13-2006, 04:32 PM   #4
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-13.1
Posts: 1,010

Rep: Reputation: 45
ok
try using the test26.s kernel on the slackware CD.
there are many reasons why a recompiled kernel won't boot so it is pretty difficult to go into it. the best thing to do is use the test26.s kernel
once that is working then you can either tweak it to what you want or use the .config file on a newer kernel
 
Old 02-18-2006, 01:38 PM   #5
d_d
Member
 
Registered: Sep 2005
Posts: 36

Original Poster
Rep: Reputation: 15
i did that
but it didnt work
i get the same error
 
Old 02-20-2006, 10:40 AM   #6
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-13.1
Posts: 1,010

Rep: Reputation: 45
append this to the kernel:

acpi=noirq
 
Old 02-20-2006, 01:10 PM   #7
Dark()
LQ Newbie
 
Registered: Feb 2006
Location: Serbia
Distribution: Slackware
Posts: 18

Rep: Reputation: 0
I have a problem, after compiling kernel 2.6.13 on Slackware 10.2, my keyboard PS/2 do not work???
My "boot" goes just fine,and when it gives me login prompt,I can't use keyboard.
 
Old 02-20-2006, 03:18 PM   #8
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 30
Dark() compare your kernel .config with pat's at http://carroll.cac.psu.edu/pub/linux...ernels/testing to see what is missing(especially Input device support and Input Device Drivers) to get keyboard working. I use test26.s(2.6.13) kernel with PS/2 keyboard working fine. Good luck.
 
Old 02-20-2006, 03:40 PM   #9
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 30
d_d what motherboard(chips) and what wireless card are you trying to setup? Section 26 Wireless Networking in Slackware Handbook(http://www.slackersbible.org/book/) may help.Chapter5.5 in Slackware Linux Essentials may also help. See if ndiswrapper works with your card.
Also tuxmobile or linux on laptop may have slackware install note for your lappy.
If your wireless card is not in 2.6.13 .config file, you can look at http://wiki.kernelnewbies.org/LinuxChanges for description of what newer kernels support. Pat has 2.6.14 and 2.6.15 kernel configs available too.
Happy Slacking

Last edited by lestoil; 02-20-2006 at 03:49 PM.
 
Old 02-20-2006, 06:29 PM   #10
Dark()
LQ Newbie
 
Registered: Feb 2006
Location: Serbia
Distribution: Slackware
Posts: 18

Rep: Reputation: 0
I try your solution,but I didn't get any progress.
Where can I get one good .config for kernel 2.6.13,that would be nice.
 
Old 02-20-2006, 06:33 PM   #11
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,063

Rep: Reputation: 221Reputation: 221Reputation: 221
A config might be good on one computer and not work at all on another because of different hardware.

Might be an idea to reinstall the stock kernel that came with the distro, and then have a look at the config for that and try compile in your card support without touching any other options.
 
Old 02-20-2006, 06:35 PM   #12
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-13.1
Posts: 1,010

Rep: Reputation: 45
the config file that comes with test26.s on slack 10.2 is good.
i'm thinking you have a hardware issue

what did you choose in the slack setup for a keyboard option?
 
Old 02-21-2006, 10:31 AM   #13
Dark()
LQ Newbie
 
Registered: Feb 2006
Location: Serbia
Distribution: Slackware
Posts: 18

Rep: Reputation: 0
Quote:
Originally Posted by Finlay
what did you choose in the slack setup for a keyboard option?
Code:
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_SERIAL=m
CONFIG_MOUSE_INPORT=m
CONFIG_MOUSE_ATIXL=y
CONFIG_MOUSE_LOGIBM=m
CONFIG_MOUSE_PC110PAD=m
CONFIG_MOUSE_VSXXXAA=m
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=m
CONFIG_JOYSTICK_A3D=m
CONFIG_JOYSTICK_ADI=m
CONFIG_JOYSTICK_COBRA=m
CONFIG_JOYSTICK_GF2K=m
CONFIG_JOYSTICK_GRIP=m
CONFIG_JOYSTICK_GRIP_MP=m
CONFIG_JOYSTICK_GUILLEMOT=m
CONFIG_JOYSTICK_INTERACT=m
CONFIG_JOYSTICK_SIDEWINDER=m
CONFIG_JOYSTICK_TMDC=m
CONFIG_JOYSTICK_IFORCE=m
CONFIG_JOYSTICK_IFORCE_USB=y
CONFIG_JOYSTICK_IFORCE_232=y
CONFIG_JOYSTICK_WARRIOR=m
CONFIG_JOYSTICK_MAGELLAN=m
CONFIG_JOYSTICK_SPACEORB=m
CONFIG_JOYSTICK_SPACEBALL=m
CONFIG_JOYSTICK_STINGER=m
CONFIG_JOYSTICK_TWIDJOY=m
CONFIG_JOYSTICK_DB9=m
CONFIG_JOYSTICK_GAMECON=m
CONFIG_JOYSTICK_TURBOGRAFX=m
CONFIG_JOYSTICK_JOYDUMP=m
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_GUNZE=m
CONFIG_TOUCHSCREEN_ELO=m
CONFIG_TOUCHSCREEN_MTOUCH=m
CONFIG_TOUCHSCREEN_MK712=m
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
CONFIG_INPUT_UINPUT=m
 
Old 02-21-2006, 12:06 PM   #14
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-13.1
Posts: 1,010

Rep: Reputation: 45
no i mean when you installed slackware it asked you what type of keyboard you have. do you have a standard keyboard, english?
 
Old 02-21-2006, 01:30 PM   #15
Dark()
LQ Newbie
 
Registered: Feb 2006
Location: Serbia
Distribution: Slackware
Posts: 18

Rep: Reputation: 0
Quote:
Originally Posted by Finlay
no i mean when you installed slackware it asked you what type of keyboard you have. do you have a standard keyboard, english?
Yes I do. What is the difference if I choose some other type od keyboard.

Last edited by Dark(); 02-21-2006 at 01:38 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to compile kernel-2.6.x on Slackware 10.1 Basel Slackware 21 09-01-2005 11:02 AM
slackware 10.1 kernel compile errors... jonc Linux - General 2 03-04-2005 02:44 PM
Slackware 9.0 Kernel Source and Compile PrimaryDataLoop Slackware 7 05-19-2003 09:32 PM
Slackware 9 kernel compile problem ganvar Slackware 2 03-23-2003 11:24 AM


All times are GMT -5. The time now is 10:02 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration