LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 09-21-2008, 11:55 AM   #31
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129

Okay, I've installed and booted that kernel, nothing amiss
except the NVIDIA-Linux-x86-173.14.12-pkg1.run driver did
not install with it. I just changed the driver to nv in my
/etc/X11/xorg.conf file, and X started okay. Does not look
as good as the Nvidia module, but I'm not spending time to
get one or patch this one simply for this kernel.

These are the steps I took:
Code:
mingdao@silas:~/kernel/linux-2.6.27-rc6$ zcat /proc/config.gz > .config (put my 2.6.25.6 running .config in place)
mingdao@silas:~/kernel/linux-2.6.27-rc6$ make xconfig (and only added the options mentioned in post #30)
mingdao@silas:~/kernel/linux-2.6.27-rc6$ make
mingdao@silas:~/kernel/linux-2.6.27-rc6$ su
Password:
root@silas:/home/mingdao/kernel/linux-2.6.27-rc6# cp System.map /boot/System.map-2.6.27-rc6 ; ln -sf /boot/System.map-2.6.27-rc6 /boot/System.map
root@silas:/home/mingdao/kernel/linux-2.6.27-rc6# make modules_install
root@silas:/home/mingdao/kernel/linux-2.6.27-rc6# cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.27-rc6
root@silas:/home/mingdao/kernel/linux-2.6.27-rc6# cd /boot/
root@silas:/home/mingdao/kernel/linux-2.6.27-rc6# sh mkinitrd_command_generator.sh -i
root@silas:/home/mingdao/kernel/linux-2.6.27-rc6# mkinitrd -k 2.6.27-rc6-smp -f jfs -r /dev/cryptvg/root -C /dev/md/2 -L -R -o /boot/initrd.gz (NB: no -c parameter}
root@silas:/home/mingdao/kernel/linux-2.6.27-rc6# vim /etc/lilo.conf
(added the following)
image = /boot/vmlinuz-2.6.27-rc6
  initrd = /boot/initrd.gz
  root = /dev/cryptvg/root
  label = 2.6.27-rc6
  read-only
root@silas:/home/mingdao/kernel/linux-2.6.27-rc6# lilo
Warning: '/proc/partitions' does not match '/dev' directory structure.
    Name change: '/dev/dm-0' -> '/dev/mapper/root'
Warning: Name change: '/dev/dm-1' -> '/dev/cryptvg/root'
Warning: Name change: '/dev/dm-2' -> '/dev/cryptvg/home'
Added 2.6.27-rc6
Added Slack-2.6.26.5 *
Added Slack-2.6.26.3
Added Slack-12.1
Added memtest86
The Master boot record of  /dev/sda  has been updated.
Warning: /dev/sdb is not on the first disk
The Master boot record of  /dev/sdb  has been updated.
4 warnings were issued.
Here I am:
Code:
mingdao@silas:~/kernel/linux-2.6.27-rc6$ uname -a
Linux silas 2.6.27-rc6-smp #1 SMP Mon Sep 22 00:32:22 CST 2008 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ AuthenticAMD GNU/Linux
mingdao@silas:~/kernel/linux-2.6.27-rc6$ less .config | grep -i rtl8187
CONFIG_RTL8187=y
Follow those steps and I don't see why it won't work for you.
 
Old 09-21-2008, 03:04 PM   #32
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Original Poster
Rep: Reputation: 53
Thank you very much, Bruce. Got it up and running. The new kernel would NOT let me set the rtl8187 to anything but a module, but as soon as I enabled the ext3 filesystem support, removed the initrd.gz, and it booted up just fine. Modprobed the rtl8187, and, PRESTO, my wireless was recognized with iwconfig and it saw my network right awaay. No need for ndiswrapper. So, it IS true that this kernel finally natively supports the rtl8187B. It will not connect to my network because the dhcpd wlan0 command returns errors because the dhcpd.conf file is empty and asking for subnet entries. But, I am sure with enough googling I can figure that one out. At least I have been successful in what I wanted to do, and that was to test the support for my wireless card (an odd one since it is internal usb).

So, now to figure out how to get it to connect. Alsa was also configured as a module because it too said it depended on something else, but did not tell me what, so I will have to also modprobe ALSA. But it is up and running. My other working kernels are also running, so I am a happy bunny!

Thank you very much for all the help everyone posted: T3slider, Bruce Hill and keefaz.

EDIT: Wireless now working completely. Edited rc.inet1 with my correct wireless info, all OK. I can confirm now that the RTL8187B wireless chipset is natively supported by the 2.6.27 kernel. No need for ndiswrapper with this kernel.

Last edited by BobNutfield; 09-21-2008 at 03:46 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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel panic: after mkinitrd daemonkl Linux - Kernel 3 09-08-2007 11:00 PM
problem with running mkinitrd for kernel 2.6.20.7 nkd Linux - General 6 05-01-2007 07:42 AM
Can't mkinitrd for Kernel 2.6.11.6 (when compiling) LordOfer Linux - Newbie 3 04-02-2005 11:20 AM
kernel 2.6.6 mkinitrd problem ziox Linux - Software 0 07-13-2004 07:48 PM
mkinitrd problem - kernel upgrade newbie irvken Linux - Newbie 31 12-23-2003 12:03 PM

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

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