LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   i am back to slack (https://www.linuxquestions.org/questions/slackware-14/i-am-back-to-slack-460873/)

ahmed gamal 07-04-2006 07:45 AM

i am back to slack
 
hi every body
i used slack for a year but it needs alot of configurations so i suggested to use anther ease distribution
i used core 5 but i hate it soon
i have heared about suse 10.1 and its beautiful
so i tried it as well
but its packages wasn't complete
and there was problems with my lan card
what i was a fraid of
my lan filies need kernal 2.4 and so i can't install them to access the net
then what will happen when slack uses kernal 2.6
then i will not be able to access the net
then is there any solution for that
my lan card is:Realtek RTL8139 PCI Fast Ethernet Adapter

Nylex 07-04-2006 07:55 AM

I don't see why you have to use kernel 2.4, because the driver for those cards is in 2.6.

ahmed gamal 07-04-2006 08:05 AM

my drivers support only kernal 2.4 ans 2.5

Nylex 07-04-2006 08:14 AM

Again, there's a driver in the kernel for Reaktek RTL8139 cards.

hitest 07-04-2006 08:20 AM

Quote:

Originally Posted by ahmed gamal
my drivers support only kernal 2.4 ans 2.5

I run a Realtek card with good results in my Slackware 10.2 box. I'm surprised you had difficulty with Suse 10.1, it found my Realtek card with no difficulty when I ran Suse 10.1 for a time.
But, yes, I also always come back to Slackware. There is no substitute for Slackware.:D

Nylex 07-04-2006 08:23 AM

Come to think of it, my D-Link DFE-530TX card has the same chipset and I've definitely used that with 2.6 with no problems.

Marsanghas 07-04-2006 09:15 AM

Quote:

Originally Posted by ahmed gamal
my drivers support only kernal 2.4 ans 2.5

For that card you don't need to compile custom drivers... As said. 2.6 had a driver for it already and it works perfectly. So it is nice to have another slacker, but if that was your only concern, you shouldn't have switched back to slack.

ahmed gamal 07-04-2006 09:39 AM

here is my problem
http://www.linuxquestions.org/questi...39#post2317939

uselpa 07-04-2006 11:06 AM

Same here, works without any configuration on a kernel 2.6:
Code:

root@slackw:~$ lspci | grep Realtek
00:0f.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
root@slackw:~$ lsmod | grep 8139
8139too                23424  0
mii                    4736  1 8139too
root@slackw:~$ uname -a
Linux slackw 2.6.13.5 #1 Sun Apr 30 17:33:13 CEST 2006 i686 unknown unknown GNU/Linux


gbonvehi 07-04-2006 11:21 AM

Quote:

Originally Posted by ahmed gamal

Then you definitly NOT using Slackware but Suse, that command and that config file don't exist in Slackware.

And as it was already told, those drivers are included with 2.4 AND 2.6 kernels. You don't need to compile the drivers, at least, in Slackware, the modules are already built and probably hotplug detected the card and loaded the modules for it. If not then you can modprobe 8139too

To check if the card is being detected, try: dmesg | grep eth
at boot (I don't remember if installation disk loads the module, but after installed it should do it fine).

jstephens84 07-04-2006 04:07 PM

Quote:

Originally Posted by gbonvehi
Then you definitly NOT using Slackware but Suse, that command and that config file don't exist in Slackware.

And as it was already told, those drivers are included with 2.4 AND 2.6 kernels. You don't need to compile the drivers, at least, in Slackware, the modules are already built and probably hotplug detected the card and loaded the modules for it. If not then you can modprobe 8139too

To check if the card is being detected, try: dmesg | grep eth
at boot (I don't remember if installation disk loads the module, but after installed it should do it fine).

I agree. My dell laptop has a Realtek card with it and When I was upgrading kernels it worked fine once I found out how to properly setup a new kernel.

campher 07-04-2006 05:37 PM

hi
i've run linux with rtl8139 chipsets for several years now (8139b - d) suse supports them all. my last install 9.1 autodetected the networkcard. the module for 2.4 kernel is 8139too.
in 2.6.16+ kernels the module has a different name (something like 8139so)
I got errormessages during boot after upgrading kernel (module 8139too not found)
network didnt work with 2.6 kernel naturally.
so i compiled the module in the kernel. network worked but errormessages didn't disappear (and i couldnt find their place itf startupscripts because they changed everything since suse 6.1 [first reason im using slack now]).

if you want a 2.6 kernel and get problems with your 8139 chipset compile it into the kernel

campher

(this is my first post so dont beat me for mistakes)

corbintechboy 07-05-2006 05:41 PM

Quote:

Originally Posted by ahmed gamal
hi every body
i used slack for a year but it needs alot of configurations so i suggested to use anther ease distribution
i used core 5 but i hate it soon
i have heared about suse 10.1 and its beautiful
so i tried it as well
but its packages wasn't complete
and there was problems with my lan card
what i was a fraid of
my lan filies need kernal 2.4 and so i can't install them to access the net
then what will happen when slack uses kernal 2.6
then i will not be able to access the net
then is there any solution for that
my lan card is:Realtek RTL8139 PCI Fast Ethernet Adapter

That is a very common card. I don't see why any 2.* kernal would have a problem with it!

ahmed gamal 07-08-2006 01:42 AM

could u explain more

Nylex 07-08-2006 01:51 AM

Explain what?


All times are GMT -5. The time now is 11:31 AM.