| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Can you attach those drivers here or give a link to it or read the README file cos that's where the instructions are.
And why can't u get a LAN card? It just cost about Rs. 100/200.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#4 (permalink) |
|
Alpha Geek
Join Date: Nov 2004
Location: Himalayas
Posts: 719
|
i tried to install drivers using this readme file but all in vain can u figure out steps in suse by reading following:
USB Driver for Linux Install Date: 2006/6/8 1. Install RedHat 9.0 (RedHat 8.0) 2. Login as root 3. Check out Linux version (RedHat 8.0 -> linux-2.4.18-14, RedHat 9.0 -> linux-2.4.20-8) [root@CNXT root]# cd /usr/src [root@CNXT src]# pwd /usr/src [root@CNXT src]# ls -l total 12 drwxr-xr-x 2 root root 4096 Jan 25 2003 debug lrwxrwxrwx 1 root root 14 Jun 17 2005 linux-2.4 -> linux-2.4.2 0-8 drwxr-xr-x 16 root root 4096 Jun 17 2005 linux-2.4.20-8 drwxr-xr-x 7 root root 4096 Jun 17 2005 redhat 4. RedHat 9.0 for example #ln -s linux-2.4.20-8 linux [root@CNXT src]# ln -s linux-2.4.20-8 linux [root@CNXT src]# ls -l total 12 drwxr-xr-x 2 root root 4096 Jan 25 2003 debug lrwxrwxrwx 1 root root 14 Jun 8 12:19 linux -> linux-2.4.20-8 lrwxrwxrwx 1 root root 14 Jun 17 2005 linux-2.4 -> linux-2.4.2 0-8 drwxr-xr-x 16 root root 4096 Jun 17 2005 linux-2.4.20-8 drwxr-xr-x 7 root root 4096 Jun 17 2005 redhat 5. Copy folder ASL-25020 to /root 6. #cd /root/ASL-25020 #make clean #make all [root@CNXT ASL-25020]# pwd /root/ASL-25020 [root@CNXT ASL-25020]# make clean rm -f ./src/CDCEther.o ./src/CDCEther.o *.o .depend ./VKGEther [root@CNXT ASL-25020]# make all gcc -c -O2 -Wall -Wno-missing-braces -Wstrict-prototypes -fomit-frame-pointer - fno-strict-aliasing -pipe -fno-strength-reduce -mcpu=i486 -falign-loops=2 -falig n-jumps=2 -falign-functions=2 -I/usr/src/linux/include -I./inc -D__KERNEL__ -DM ODULE -Dlinux -DDBG=0 -o src/CDCEther.o src/CDCEther.c ld -r -o ./VKGEther ./src/CDCEther.o 7. Add "alias eth1 VKGEther" in file /etc/modules.conf #vi /etc/modules.conf alias eth0 pcnet32 alias scsi_hostadapter BusLogic alias sound es1371 post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 | | : alias usb-controller usb-uhci alias eth1 VKGEther 8. Edit file "ifcfg-eth1" #vi /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=eth1 BOOTPROTO=static BROADCAST=192.168.1.255 IPADDR=192.168.1.3 NETMASK=255.255.255.0 NETWORK=192.168.1.0 ONBOOT=yes 9. Add "insmod /root/ASL-25020/VKGEther" to file rc.local #vi /etc/rc.d/rc.local insmod /root/ASL-25020/VKGEther 10. Connect USB to device and reboot 11. Test #ifconfig eth0 down #ping 192.168.1.2 [root@CNXT ASL-25020]# ifconfig eth0 down [root@CNXT ASL-25020]# ping 192.168.1.2 -c 3 PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data. 64 bytes from 192.168.1.2: icmp_seq=2 ttl=64 time=2.03 ms 64 bytes from 192.168.1.2: icmp_seq=3 ttl=64 time=3.06 ms --- 192.168.1.2 ping statistics --- 3 packets transmitted, 2 received, 33% packet loss, time 2021ms rrt min/avg/max/mdev = 2.038/2.549/3.061/0.513 ms [root@CNXT ASL-25020]# ifconfig eth1 eth1 Link encap:Ethernet HWaddr 00:05:5D:00:00:04 inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:34 errors:0 dropped:0 overruns:0 frame:0 TX packets:39 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:3200 (3.1 Kb) TX bytes:3396 (3.3 Kb)
__________________
Registered LINUX USER #438929 |
|
|
|
|
#5 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Those drivers require 2.4.x kernel whereas all newer distros use 2.6.x kernel. So, you won't be able to connect to the net with those drivers. You will need to either use really outdated distros like Red Hat 9.0 to use those drivers. Or maybe it will work with Debian Sarge most probably.
__________________
http://www.bash.org/?258908 |
|
|
|
|
#6 (permalink) | |
|
Alpha Geek
Join Date: Nov 2004
Location: Himalayas
Posts: 719
|
>>>>>>>>>>>>>>>>getting new LAN card ............
__________ Quote:
__________________
Registered LINUX USER #438929 Last edited by eagle_y2j; 30-12-2006 at 01:11 PM. Reason: Automerged Doublepost |
|
|
|
|
|
#7 (permalink) | |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Quote:
__________________
http://www.bash.org/?258908 |
|
|
|
|
|
#8 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
there are drivers available in debian apt repos or Ubuntu's like eciadsl,eagle-usb
supporting few chipsets...you can read their docs
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#10 (permalink) | |
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,657
|
Quote:
__________________
Harsh J www.harshj.com |
|
|
|
|
|
#12 (permalink) |
|
Alpha Geek
Join Date: Nov 2004
Location: Himalayas
Posts: 719
|
ugh! i got new lan card ...it is working fine in windows but SUSE is not able to detect this lan card Intex chipset Realtek RTL8139D wat next ???
http://www.realtek.com.tw/downloads/...&GetDown=false is here something helpful to me ???????????
__________________
Registered LINUX USER #438929 Last edited by eagle_y2j; 01-01-2007 at 08:11 AM. |
|
|
|
|
#13 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
Use Yast or Sax to configure the CARD..i've the same rltk card.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#14 (permalink) | |
|
Alpha Geek
Join Date: Nov 2004
Location: Himalayas
Posts: 719
|
Quote:
I tried manual method can u guess wat is goin wrong ??? ![]()
__________________
Registered LINUX USER #438929 |
|
|
|
|
|
#16 (permalink) |
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
@eagle_y2j, Open the Terminal Window & type:
$ lspci The output will be similar to this one: Code:
0000:00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 03) 0000:00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03) 0000:00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02) 0000:00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02) 0000:00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 02) 0000:00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 02) 0000:00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 82) 0000:00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 02) 0000:00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 02) 0000:00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 02) 0000:00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02) 0000:01:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
__________________
* Imagination is more important than knowledge. -Albert Einstein |
|
|
|
|
#17 (permalink) | |
|
Alpha Geek
Join Date: Nov 2004
Location: Himalayas
Posts: 719
|
Quote:
![]() __________ ugh! i came to know that INTEX chipsets are fake chipsets printed saying RTC8139D or even RTL8139D....The driver supplied with has to installed otherwise.. even Windows XP fails to autodetect and install it as a Realtek LAN Card... The Drivers supplied are written by Silan MicroElectronics Inc, China (www.silan.com.cn) so my last question will this fake LAN card will work with Suse
__________________
Registered LINUX USER #438929 Last edited by eagle_y2j; 01-01-2007 at 05:14 PM. Reason: Automerged Doublepost |
|
|
|
|
|
#18 (permalink) |
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
It might work only if you use Kernel 2.4. Download and install that version...else it will not work...
Currently there are no drivers supplied in official kernel for this card. IMHO return this card and buy some other card that is actually a Realtek. |
|
|
|
|
#19 (permalink) |
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
That's right. Get a RealTek ethernet card & return your present Intex LAN card.
__________________
* Imagination is more important than knowledge. -Albert Einstein |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|