Re: installing a realtek 8139 lan card on 2.4.18

2009-08-17 Thread Emanoil Kotsev
steef wrote:

 
 ...AFAICT the bf24-kernel was used with woody, and, if i remember
 well, had during installation of the os, to choose out of a list to
 install the rtl-chip by hand. so,if i am right, go to the realtek
 website, try to find the driver and install it by and.
 
 regards,
 
 steef
 

And if I remember correctly there are few flavors of those cards, also of
the chip series (rtl8139).

if I remember also well there were some funny names of this driver like ne
or a like.

I suggest 

1) identify the correct model of your card!
2) find out for this kernel which driver is supporting the card
3) check if this driver is present on the system (locate,find)
4) try loading it and go on with configuration.

regards


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: installing a realtek 8139 lan card on 2.4.18

2009-08-16 Thread steef

Sandip Sandip wrote:




*From:* Neal Hogan nealho...@gmail.com
*To:* Sandip Sandip new.debianu...@yahoo.in
*Cc:* debian-user@lists.debian.org
*Sent:* Thursday, 13 August, 2009 7:41:02 PM
*Subject:* Re: installing a realtek 8139 lan card on 2.4.18

On Thu, Aug 13, 2009 at 8:35 AM, Sandip Sandipnew.debianu...@yahoo.in 
mailto:new.debianu...@yahoo.in wrote:
 I am trying to install a realtek 8139 lan card on an old debian 
machine -

 2.4.18-bf2.4

 The card is properly installed - as in when I connect the lan cable 
it the

 lights on the card start blinking.

 However, I am unable to access internet. Do I need to install 
drivers and

 how do I do that?

What else have you done? Did you just plug it in?


I also read up the network howto and tried things like putting eth0 in 
/etc/network/interfaces, trying eth0 up, etc.


No use - till now.


What does you system think of the card (eg, what is the output of
lspci | grep Realtek of dmesg)? What's the output of ifconfig -a?


lspci shows 00:0b.0 Ethernet Controller: MYSON Technologies Inc: 
Unknown device 0803 (dont know from where has this MYSON come in)


grep of dmesg of realtek/ real/ myson/ 0803/ 8139 shows nothing!

ifconfig -a shows eth0 Link encap Ethernet HWAaddr 00:A1:B0:etc.
BROADCAST MULTICAST MTU etc.
Some RX TX data - all zeroes
Interrupt:5 Base address:0xf

*Only* ifconfig shows lo Link encap:Local Loopback
inet addr:127.0.0..1 Mask 255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric: 1

modconf shows has option to install a module for realtek 8139, though 
there are other network cards



How is your IP assigned? Do you have an ISP provided router or is this
machine on the inside of a personal network?


It is a cable internet connection. On my Win XP laptop, I need to 
connect the cable in my lan card port and I can access internet. The 
IP address, DNS Server address is auto-assigned - DHCP.


What is in /etc/network/interfaces?

/etc/network/interfaces shows:

auto lo
iface lo inet loopback



There are a bunch of debian networking tutorials. Google lead me to
the following (among other things):
http://www.debian-administration.org/article/An_introduction_to_Debian_networking_setup

http://www.aboutdebian.com./

http://wiki.debian.org/Network [+]


Sure - tried these and a couple of others. But most *assume* that the 
network card is installed, recognized properly. In my case, I think 
that is the missing link - but I may be wrong.



Hope I am able to resolve it!

Sandip


Love Cricket? Check out live scores, photos, video highlights and 
more. Click here 
http://in.rd.yahoo.com/tagline_cricket_2/*http://cricket.yahoo.com



...AFAICT the bf24-kernel was used with woody, and, if i remember 
well, had during installation of the os, to choose out of a list to 
install the rtl-chip by hand. so,if i am right, go to the realtek 
website, try to find the driver and install it by and.


regards,

steef

--
steef van duin

publicist, research-journalist


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: installing a realtek 8139 lan card on 2.4.18

2009-08-15 Thread Sandip Sandip






From: Neal Hogan nealho...@gmail.com
To: Sandip Sandip new.debianu...@yahoo.in
Cc: debian-user@lists.debian.org
Sent: Thursday, 13 August, 2009 7:41:02 PM
Subject: Re: installing a realtek 8139 lan card on 2.4.18

On Thu, Aug 13, 2009 at 8:35 AM, Sandip Sandipnew.debianu...@yahoo.in wrote:
 I am trying to install a realtek 8139 lan card on an old debian machine -
 2.4.18-bf2.4

 The card is properly installed - as in when I connect the lan cable it the
 lights on the card start blinking.

 However, I am unable to access internet. Do I need to install drivers and
 how do I do that?

What else have you done? Did you just plug it in?


I also read up the network howto and tried things like putting eth0 in 
/etc/network/interfaces, trying eth0 up, etc.

No use - till now.


What does you system think of the card (eg, what is the output of
lspci | grep Realtek of dmesg)? What's the output of ifconfig -a?


lspci shows 00:0b.0 Ethernet Controller: MYSON Technologies Inc: Unknown device 
0803 (dont know from where has this MYSON come in)

grep of dmesg of realtek/ real/ myson/ 0803/ 8139 shows nothing!

ifconfig -a shows eth0 Link encap Ethernet HWAaddr 00:A1:B0:etc.
BROADCAST MULTICAST MTU etc.
Some RX TX data - all zeroes
Interrupt:5 Base address:0xf

*Only* ifconfig shows lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask 255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric: 1

modconf shows has option to install a module for realtek 8139, though there are 
other network cards


How is your IP assigned? Do you have an ISP provided router or is this
machine on the inside of a personal network?


It is a cable internet connection. On my Win XP laptop, I need to connect the 
cable in my lan card port and I can access internet. The IP address, DNS Server 
address is auto-assigned - DHCP.

What is in /etc/network/interfaces?

/etc/network/interfaces shows:

auto lo
iface lo inet loopback



There are a bunch of debian networking tutorials. Google lead me to
the following (among other things):
http://www.debian-administration.org/article/An_introduction_to_Debian_networking_setup

http://www.aboutdebian.com./

http://wiki.debian.org/Network [+]


Sure - tried these and a couple of others. But most *assume* that the network 
card is installed, recognized properly. In my case, I think that is the missing 
link - but I may be wrong.


Hope I am able to resolve it!

Sandip



  Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com

Re: installing a realtek 8139 lan card on 2.4.18

2009-08-15 Thread Neal Hogan
 What else have you done? Did you just plug it in?


 I also read up the network howto and tried things like putting eth0 in
 /etc/network/interfaces, trying eth0 up, etc.

 No use - till now.


 What does you system think of the card (eg, what is the output of
 lspci | grep Realtek of dmesg)? What's the output of ifconfig -a?


 lspci shows 00:0b.0 Ethernet Controller: MYSON Technologies Inc: Unknown
 device 0803 (dont know from where has this MYSON come in)

Why do you think you have a realtek card?


 grep of dmesg of realtek/ real/ myson/ 0803/ 8139 shows nothing!

 ifconfig -a shows eth0 Link encap Ethernet HWAaddr 00:A1:B0:etc.
 BROADCAST MULTICAST MTU etc.
 Some RX TX data - all zeroes
 Interrupt:5 Base address:0xf

 *Only* ifconfig shows lo Link encap:Local Loopback
 inet addr:127.0.0..1 Mask 255.0.0.0
 UP LOOPBACK RUNNING MTU:16436 Metric: 1

 modconf shows has option to install a module for realtek 8139, though there
 are other network cards


 How is your IP assigned? Do you have an ISP provided router or is this
 machine on the inside of a personal network?


 It is a cable internet connection. On my Win XP laptop, I need to connect
 the cable in my lan card port and I can access internet. The IP address, DNS
 Server address is auto-assigned - DHCP.

 What is in /etc/network/interfaces?

 /etc/network/interfaces shows:

 auto lo
 iface lo inet loopback

What did you do at install when it asked to config your network? lo is
not an interface that will get you out in the virtual world. It's an
internal if. It looks as though you just need to config your card.



 There are a bunch of debian networking tutorials. Google lead me to
 the following (among other things):
 http://www.debian-administration.org/article/An_introduction_to_Debian_networking_setup

 http://www.aboutdebian.com./

 http://wiki.debian.org/Network [+]


 Sure - tried these and a couple of others. But most *assume* that the
 network card is installed, recognized properly. In my case, I think that is
 the missing link - but I may be wrong.

I'm pretty sure you are wrong. I don't know if your card is supported
by debian (although there is talk about it on google), but you need to
tell your card to go get an IP address . . . in the /etc/
network/interfaces. As of now, you just have the lo interface config'd
If you're using a shnazzy wm/de, then you may have a nice gui-riffic
program to modify that file (eg., kdm - look for something like
network configuration).

I suggest you look at those tutorials again and configure your card.



 Hope I am able to resolve it!

 Sandip

 
 Love Cricket? Check out live scores, photos, video highlights and more.
 Click here.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: installing a realtek 8139 lan card on 2.4.18

2009-08-15 Thread Sandip Sandip




From: Neal Hogan nealho...@gmail.com
To: Sandip Sandip new.debianu...@yahoo.in
Cc: debian-user@lists.debian.org
Sent: Saturday, 15 August, 2009 6:44:26 PM
Subject: Re: installing a realtek 8139 lan card on 2.4.18

 What does you system think of the card (eg, what is the output of
 lspci | grep Realtek of dmesg)? What's the output of ifconfig -a?


 lspci shows 00:0b.0 Ethernet Controller: MYSON Technologies Inc: Unknown
 device 0803 (dont know from where has this MYSON come in)

Why do you think you have a realtek card?

Because I have installed it in the slot myself! And before installing it, I had 
read it to be Realtek. Moreover, the person who gave it to me also confirms 
that it is a Realtek card.


 What is in /etc/network/interfaces?

 /etc/network/interfaces shows:

 auto lo
 iface lo inet loopback

What did you do at install when it asked to config your network? lo is
not an interface that will get you out in the virtual world. It's an
internal if. It looks as though you just need to config your card.


I have not done anything other than what I mentioned aboove - added lines to 
/etc/network/interfaces, etc. But removed these when they did not help.


 There are a bunch of debian networking tutorials. Google lead me to
 the following (among other things):
 http://www.debian-administration.org/article/An_introduction_to_Debian_networking_setup

 http://www.aboutdebian.com./

 http://wiki.debian.org/Network [+]


 Sure - tried these and a couple of others. But most *assume* that the
 network card is installed, recognized properly. In my case, I think that is
 the missing link - but I may be wrong.

I'm pretty sure you are wrong. I don't know if your card is supported
by debian (although there is talk about it on google), but you need to
tell your card to go get an IP address . . . in the /etc/
network/interfaces. As of now, you just have the lo interface config'd
If you're using a shnazzy wm/de, then you may have a nice gui-riffic
program to modify that file (eg.., kdm - look for something like
network configuration).

I suggest you look at those tutorials again and configure your card.


I think the card is not 'installed'. Which place do I see to ensure that the 
machine is seeing that card at all? modprobe? modconf?

I got 'SIOCSIFFLAGS: Resource temporarily unavailable' twice when I tried 
ifconfig eth0 192.168.0..1 up command as root.

I think the computer does not recognize there is a card because there is no 
module! How do I install 8139 module?

Also, I googled a bit and have already turned plug n play OS OFF in BIOS.

Hope I am giving adequate information.

Sandip



  Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com

Re: installing a realtek 8139 lan card on 2.4.18

2009-08-15 Thread Neal Hogan
On Sat, Aug 15, 2009 at 10:09 AM, Sandip Sandipnew.debianu...@yahoo.in wrote:

 
 From: Neal Hogan nealho...@gmail.com
 To: Sandip Sandip new.debianu...@yahoo.in
 Cc: debian-user@lists.debian.org
 Sent: Saturday, 15 August, 2009 6:44:26 PM
 Subject: Re: installing a realtek 8139 lan card on 2.4.18

 What does you system think of the card (eg, what is the output of
 lspci | grep Realtek of dmesg)? What's the output of ifconfig -a?


 lspci shows 00:0b.0 Ethernet Controller: MYSON Technologies Inc: Unknown
 device 0803 (dont know from where has this MYSON come in)

 Why do you think you have a realtek card?

 Because I have installed it in the slot myself! And before installing it, I
 had read it to be Realtek. Moreover, the person who gave it to me also
 confirms that it is a Realtek card.


 What is in /etc/network/interfaces?

 /etc/network/interfaces shows:

 auto lo
 iface lo inet loopback

 What did you do at install when it asked to config your network? lo is
 not an interface that will get you out in the virtual world. It's an
 internal if. It looks as though you just need to config your card.


 I have not done anything other than what I mentioned aboove - added lines to
 /etc/network/interfaces, etc. But removed these when they did not help.


 There are a bunch of debian networking tutorials. Google lead me to
 the following (among other things):

 http://www.debian-administration.org/article/An_introduction_to_Debian_networking_setup

 http://www.aboutdebian.com./

 http://wiki.debian.org/Network [+]


 Sure - tried these and a couple of others. But most *assume* that the
 network card is installed, recognized properly. In my case, I think that
 is
 the missing link - but I may be wrong.

 I'm pretty sure you are wrong. I don't know if your card is supported
 by debian (although there is talk about it on google), but you need to
 tell your card to go get an IP address . .. . in the /etc/
 network/interfaces. As of now, you just have the lo interface config'd
 If you're using a shnazzy wm/de, then you may have a nice gui-riffic
 program to modify that file (eg., kdm - look for something like
 network configuration).

 I suggest you look at those tutorials again and configure your card.


 I think the card is not 'installed'. Which place do I see to ensure that the
 machine is seeing that card at all? modprobe? modconf?

 I got 'SIOCSIFFLAGS: Resource temporarily unavailable' twice when I tried
 ifconfig eth0 192.168.0.1 up command as root.

 I think the computer does not recognize there is a card because there is no
 module! How do I install 8139 module?

 Also, I googled a bit and have already turned plug n play OS OFF in BIOS.

 Hope I am giving adequate information.

Well, you may be right about the machine not seeing the card.

I don't know what to say, but a quick search gave me the following
which talks about your card and having success with it.

http://www.kclug.org/pipermail/kclug/2004-January/020917.html

Good luck, hopefully someone more knowledgeable will reply to you
questions. Then we can both learn.


 Sandip

 
 Love Cricket? Check out live scores, photos, video highlights and more.
 Click here.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



installing a realtek 8139 lan card on 2.4.18

2009-08-13 Thread Sandip Sandip
I am trying to install a realtek 8139 lan card on an old debian machine - 
2..4.18-bf2.4

The card is properly installed - as in when I connect the lan cable it the 
lights on the card start blinking.

However, I am unable to access internet. Do I need to install drivers and how 
do I do that?

Thanks,

Sandip



  Looking for local information? Find it on Yahoo! Local 
http://in.local.yahoo.com/

Re: installing a realtek 8139 lan card on 2.4.18

2009-08-13 Thread Neal Hogan
On Thu, Aug 13, 2009 at 8:35 AM, Sandip Sandipnew.debianu...@yahoo.in wrote:
 I am trying to install a realtek 8139 lan card on an old debian machine -
 2.4.18-bf2.4

 The card is properly installed - as in when I connect the lan cable it the
 lights on the card start blinking.

 However, I am unable to access internet. Do I need to install drivers and
 how do I do that?

What else have you done? Did you just plug it in?

What does you system think of the card (eg, what is the output of
lspci | grep Realtek of dmesg)? What's the output of ifconfig -a?

How is your IP assigned? Do you have an ISP provided router or is this
machine on the inside of a personal network?

What is in /etc/network/interfaces?

There are a bunch of debian networking tutorials. Google lead me to
the following (among other things):
http://www.debian-administration.org/article/An_introduction_to_Debian_networking_setup

http://www.aboutdebian.com./

http://wiki.debian.org/Network [+]


 Thanks,

 Sandip

 
 See the Web's breaking stories, chosen by people like you. Check out Yahoo!
 Buzz.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: installing a realtek 8139 lan card on 2.4.18

2009-08-13 Thread Charlie Kroeger
 I am trying to install a realtek 8139 lan card on an old debian machine
 - 2.4.18-bf2.4

I don't like to sound the bleeding obvious but I would suspect the driver for
that card might already be in a later kernel. The 2.4x kernel represents less
refinement than the 2.6x kernel.

-- 
CK


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org