PDA

View Full Version : internet with ethernet card


ayato
2007-10-30, 07:05 PM CDT
hi guys
english is not natural language
but, i'll try

the problem is i can not connect internet
i have modem xavi x8124r
ethernet card via tchnologies, Inc VTG102[Rhine-II]

When i configure using pppoe-setup, the message is:
[root@~] ppoe-connect
Using interface ppp0
conenct: ppp0 <--> /dev/pts/1
LCP: Timeout Sending Config-Requests
Connection Terminated
Modem Hangup
pppoe: Timeout waiting for PADO packets.

Now, when i using the grafics connection the mesage is:
sr/sbin/adsl-start:line 217: 3524 terminated $ CONNECT "$@" > /dev/null 2>&1

:
Can you help me?
Thanks in advance

ayato
2007-10-30, 07:12 PM CDT
[QUOTE=ayato]hi guys
english is not natural language
but, i'll try

the problem is i can not connect internet
i have modem xavi x8124r
ethernet card via tchnologies, Inc VTG102[Rhine-II]

When i configure using pppoe-setup, the message is:
[root@~] ppoe-connect
Using interface ppp0
conenct: ppp0 <--> /dev/pts/1
LCP: Timeout Sending Config-Requests
Connection Terminated
Modem Hangup
pppoe: Timeout waiting for PADO packets.

Now, when i using the grafics connection the mesage is:
sr/sbin/adsl-start:line 217: 3524 terminated $ CONNECT "$@" > /dev/null 2>&1

I am using fedora 7
Can you help me?
Thanks in advance

ppesci
2007-10-30, 09:25 PM CDT
I think ppoe is not the way. The card model must be wrong, in a terminal type the command:

/sbin/lspci

and put the output here.

HTH

ayato
2007-11-01, 08:46 AM CDT
Hi ppesci
i'll do it
The Message was:
[root@localhost ~]# /sbin/lspci
00:00.0 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. PT890 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. CN700/VN800/P4M800CE/Pro Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
01:00.0 VGA compatible controller: VIA Technologies, Inc. UniChrome Pro IGP (rev 01)
[root@localhost ~]#
Thanks

ppesci
2007-11-01, 09:19 AM CDT
Ok, as you see, the card is a VT6102 and nor VYG102. I think that card can work with ndiswrapper. You must to find a suitable windows driver (search in internet) and must install ndiswrapper in your machine.

To do the last thing, you must install livna repository if you don't have it yet, and as root in a terminal type:

yum install kmod-ndiswrapper

Once ndiswrapper is installed, you must proceed to create the driver. In this forum are several thread explaining how to do that, only search for ndiswrapper word. If you have problems, post here.

HTH