LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 07-08-2006, 04:43 AM   #16
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63

that card comes in two flavors, and I got both and for me, they work really fast above 2.6.16 kernel and slow as heck with 2.4.31 kernel.
 
Old 07-08-2006, 04:47 AM   #17
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
note: suse has a setting in yast to do networking "by traditional ifup" or "by network manager" and if you chose "by network manager in suse that will mess you up, especially on wireless, or it did for me at least.

also in yast/suse in netowork devices, you;ll find a little drop down box for dhcp options, make sure "change hostname by dhcp is off".

but you're better off here in slackware, it listens to what you tell it too
 
Old 07-10-2006, 09:36 PM   #18
ahmed gamal
Member
 
Registered: Aug 2005
Location: Egypt
Distribution: slackware + XP
Posts: 591

Original Poster
Rep: Reputation: 30
i tried root@slackw:~$ lspci | grep Realtek
but nothing happens
new line appears
i tried netconfig and configured my network but it said it couldn't know the lan card
i tried ifconfig (lo) and ip appears
when i install the driver on slack and typed if config (eth0)and ip appears then
did any body know a solution for my card i think it is in lo and eth0
 
Old 07-11-2006, 01:10 AM   #19
uselpa
Senior Member
 
Registered: Oct 2004
Location: Luxemburg
Distribution: Slackware, OS X
Posts: 1,507

Rep: Reputation: 47
please, as root, type the command "lspci" (without quotes) and post the result of this. also, add the result of "ifconfig -a".
 
Old 07-11-2006, 04:46 PM   #20
campher
Member
 
Registered: Jul 2006
Distribution: slackware
Posts: 57

Rep: Reputation: 16
realtek

Quote:
Originally Posted by ahmed gamal
i tried root@slackw:~$ lspci | grep Realtek
but nothing happens
don't get confused by that the chipset is often used by other vendors and only their name appears in first place.
 
Old 07-14-2006, 01:07 PM   #21
ahmed gamal
Member
 
Registered: Aug 2005
Location: Egypt
Distribution: slackware + XP
Posts: 591

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by uselpa
please, as root, type the command "lspci" (without quotes) and post the result of this. also, add the result of "ifconfig -a".
look man
i have configured my network with
>>netconfig
and my ip 196.168.1.123
mask 255.255.255.0
gateway 196.168.1.1

>>lspci
alot of things but what i think u want to know is
00:0b.0 ethernet:unknown device 1904:8139 (rev 01)
>>ifconfig -a
lo
link encap :local loopback
inet addr:127.0.0.1 mask:255.0.0.0
uploopback running MTU :16436 Metric:1
Rx packets=0 errors=0 dropped=0 overruns:0 frame:0
TX packets=0 errors=0 dropped=0 overruns:0 carrier:0

then can u solve my problem??????????
remmber that when i used my installation filies lo->eth0,ip and mask and
gateway are written correctly
 
Old 07-14-2006, 02:15 PM   #22
manishsingh4u
Member
 
Registered: Oct 2005
Location: Bhopal, India
Distribution: RHEL 6
Posts: 422

Rep: Reputation: 30
Quote:
Originally Posted by ahmed gamal
my drivers support only kernal 2.4 ans 2.5
I agree with you. Infact, I do have a LAN card which I have driver for 2.4.x and 2.5.x only. The driver doesn;t exist in any of the linux distributions out of the box. I have to manually compile it. The card seems to be RTC8139d by Intex and driver is provided by Silan. The module name is sc92031
Here's info about my card
Code:
mann@Manish:~$ /sbin/lspci | grep Ethernet
01:07.0 Ethernet controller: Unknown device 1904:2031 (rev 01)
01:0a.0 Ethernet controller: MYSON Technology Inc SURECOM EP-320X-S 100/10M Ethernet PCI Adapter
So, after trying many other kernel 2.6.x based distributions with no luck, I am back using Slackware 10.2 with kernel 2.4.31 and it works fine. If anyone could help me make some changes to the source file of the driver inorder to make it work under kernel 2.6.x, I would feel blessed.

Last edited by manishsingh4u; 07-14-2006 at 02:19 PM.
 
Old 07-14-2006, 02:30 PM   #23
ahmed gamal
Member
 
Registered: Aug 2005
Location: Egypt
Distribution: slackware + XP
Posts: 591

Original Poster
Rep: Reputation: 30
Quote:
look man
i have configured my network with
>>netconfig
and my ip 196.168.1.123
mask 255.255.255.0
gateway 196.168.1.1

>>lspci
alot of things but what i think u want to know is
00:0b.0 ethernet:unknown device 1904:8139 (rev 01)
>>ifconfig -a
lo
link encap :local loopback
inet addr:127.0.0.1 mask:255.0.0.0
uploopback running MTU :16436 Metric:1
Rx packets=0 errors=0 dropped=0 overruns:0 frame:0
TX packets=0 errors=0 dropped=0 overruns:0 carrier:0

then can u solve my problem??????????
remmber that when i used my installation filies lo->eth0,ip and mask and
gateway are written correctly
why doesn't the company of my card relase a driver for kernal 2.6 or 2.x kernal
 
Old 07-14-2006, 02:33 PM   #24
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by ahmed gamal
why doesn't the company of my card relase a driver for kernal 2.6 or 2.x kernal
You'll have to ask them and for the last time, it's kernel.
 
Old 07-14-2006, 02:36 PM   #25
ahmed gamal
Member
 
Registered: Aug 2005
Location: Egypt
Distribution: slackware + XP
Posts: 591

Original Poster
Rep: Reputation: 30
now i couldn't work with any new kernal and any new distribution too
is this a good solution
then shall i leave linux???
 
Old 07-14-2006, 02:42 PM   #26
manishsingh4u
Member
 
Registered: Oct 2005
Location: Bhopal, India
Distribution: RHEL 6
Posts: 422

Rep: Reputation: 30
Quote:
Originally Posted by ahmed gamal
now i couldn't work with any new kernal and any new distribution too
is this a good solution
then shall i leave linux???
Or you may replace your Ethernet card. The regular 8139 cards work fine.
Or stick with Slackware (2.4.x) if not necessary to have 2.6.x.

In my opinion it's not a major issue if you have only one hardware not working.
 
Old 07-14-2006, 02:50 PM   #27
ahmed gamal
Member
 
Registered: Aug 2005
Location: Egypt
Distribution: slackware + XP
Posts: 591

Original Poster
Rep: Reputation: 30
i may have the same problem with other card too
 
Old 07-14-2006, 03:10 PM   #28
nykey
Member
 
Registered: Nov 2003
Posts: 360

Rep: Reputation: 30
Do a lspci with your network card on some OS and kernel version which you got it working, and check if it is similar or even identical to this
Code:
02:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
And post back your results.
 
Old 07-14-2006, 03:14 PM   #29
ahmed gamal
Member
 
Registered: Aug 2005
Location: Egypt
Distribution: slackware + XP
Posts: 591

Original Poster
Rep: Reputation: 30
i have did that but i had
00:0b.0 ethernet:unknown device 1904:8139 (rev 01)
 
Old 07-14-2006, 03:17 PM   #30
nykey
Member
 
Registered: Nov 2003
Posts: 360

Rep: Reputation: 30
Did you recompiled your kernel and enabled Realtek 8139 support ? And what kernel version are you running currently ?
 
  


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
And back to slack I come... Diademed Slackware 25 07-25-2005 09:29 AM
Please help me come back to Slack Mow Slackware 6 04-19-2005 06:54 AM
trying to get back to slack hkl8324 Slackware 4 07-22-2004 06:06 AM
Slack 8 - How do I get those little quotes back? DiscoStoo Linux - Newbie 4 03-07-2004 09:45 PM
I am back to slack code_noc Slackware 2 10-15-2003 02:29 AM

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

All times are GMT -5. The time now is 02:05 PM.

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