Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

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.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 28-12-2006, 05:42 PM   #1 (permalink)
Alpha Geek
 
eagle_y2j's Avatar
 
Join Date: Nov 2004
Location: Himalayas
Posts: 719
Question how to install drivers in Suse ?

edited plz c this
how to install drivers in Suse ?
or scroll down
__________________
Registered LINUX USER #438929

Last edited by eagle_y2j; 01-01-2007 at 08:12 AM.
eagle_y2j is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 28-12-2006, 07:02 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how to install drivers in Suse ?

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
mehulved is offline  
Old 28-12-2006, 07:10 PM   #3 (permalink)
Human Spambot
 
Arsenal_Gunners's Avatar
 
Join Date: May 2005
Posts: 3,055
Default Re: how to install drivers in Suse ?

please give me the link of the ut300r2u drivers site
Arsenal_Gunners is online now  
Old 30-12-2006, 08:31 AM   #4 (permalink)
Alpha Geek
 
eagle_y2j's Avatar
 
Join Date: Nov 2004
Location: Himalayas
Posts: 719
Default Re: how to install drivers in Suse ?

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
eagle_y2j is offline  
Old 30-12-2006, 09:06 AM   #5 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how to install drivers in Suse ?

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
mehulved is offline  
Old 30-12-2006, 01:11 PM   #6 (permalink)
Alpha Geek
 
eagle_y2j's Avatar
 
Join Date: Nov 2004
Location: Himalayas
Posts: 719
Default Re: how to install drivers in Suse ?

>>>>>>>>>>>>>>>>getting new LAN card ............
__________
Quote:
Originally Posted by vimal_mehrotra
please give me the link of the ut300r2u drivers site
I m having them on my disk if u need pm me ur mail id
__________________
Registered LINUX USER #438929

Last edited by eagle_y2j; 30-12-2006 at 01:11 PM. Reason: Automerged Doublepost
eagle_y2j is offline  
Old 30-12-2006, 01:55 PM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how to install drivers in Suse ?

Quote:
Originally Posted by vimal_mehrotra
please give me the link of the ut300r2u drivers site
Using via LAN would be so much simpler and a lot more stable, be it any OS. See this http://mm.gnu.org.in/pipermail/linux...14/053281.html
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 31-12-2006, 05:29 AM   #8 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: how to install drivers in Suse ?

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
praka123 is offline  
Old 31-12-2006, 02:08 PM   #9 (permalink)
Human Spambot
 
Arsenal_Gunners's Avatar
 
Join Date: May 2005
Posts: 3,055
Default Re: how to install drivers in Suse ?

i mean the original firmware of ut300r2u.not the crappy bsnl one.
Arsenal_Gunners is online now  
Old 31-12-2006, 03:19 PM   #10 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: how to install drivers in Suse ?

Quote:
Originally Posted by vimal_mehrotra
i mean the original firmware of ut300r2u.not the crappy bsnl one.
You need firmware or drivers?
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 31-12-2006, 03:47 PM   #11 (permalink)
Human Spambot
 
Arsenal_Gunners's Avatar
 
Join Date: May 2005
Posts: 3,055
Default Re: how to install drivers in Suse ?

i dont have usb drivers and dont have original firmware.i need firmware first drivers are just for emergency.
(i was actually confused between fw and drivers at first)
Arsenal_Gunners is online now  
Old 01-01-2007, 07:18 AM   #12 (permalink)
Alpha Geek
 
eagle_y2j's Avatar
 
Join Date: Nov 2004
Location: Himalayas
Posts: 719
Default Re: how to install drivers in Suse ?

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.
eagle_y2j is offline  
Old 01-01-2007, 08:11 AM   #13 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile Re: how to install drivers in Suse ?

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
praka123 is offline  
Old 01-01-2007, 09:23 AM   #14 (permalink)
Alpha Geek
 
eagle_y2j's Avatar
 
Join Date: Nov 2004
Location: Himalayas
Posts: 719
Default Re: how to install drivers in Suse ?

Quote:
Originally Posted by praka123
Use Yast or Sax to configure the CARD..i've the same rltk card.
tried Yast but it shows card not connected
I tried manual method can u guess wat is goin wrong ???



__________________
Registered LINUX USER #438929
eagle_y2j is offline  
Old 01-01-2007, 10:34 AM   #15 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: how to install drivers in Suse ?

Does it show up in lspci command ?
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 01-01-2007, 12:50 PM   #16 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: how to install drivers in Suse ?

@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)
I'm also using Realtek Ethernet card.
__________________
* Imagination is more important than knowledge.
-Albert Einstein
JGuru is offline  
Old 01-01-2007, 05:13 PM   #17 (permalink)
Alpha Geek
 
eagle_y2j's Avatar
 
Join Date: Nov 2004
Location: Himalayas
Posts: 719
Default Re: how to install drivers in Suse ?

Quote:
Originally Posted by JGuru
@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)
I'm also using Realtek Ethernet card.
Is this wat u asked ?

__________
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
eagle_y2j is offline  
Old 02-01-2007, 12:02 AM   #18 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: how to install drivers in Suse ?

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.
eddie is offline  
Old 02-01-2007, 12:19 PM   #19 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: how to install drivers in Suse ?

That's right. Get a RealTek ethernet card & return your present Intex LAN card.
__________________
* Imagination is more important than knowledge.
-Albert Einstein
JGuru is offline  
Old 03-01-2007, 01:39 PM   #20 (permalink)
Alpha Geek
 
eagle_y2j's Avatar
 
Join Date: Nov 2004
Location: Himalayas
Posts: 719
Default Re: how to install drivers in Suse ?

Problem solved currently posting frm Suse 10.2 using DFE-520TX Dlink PCI LAN Adaptor
__________________
Registered LINUX USER #438929
eagle_y2j is offline  
Old 03-01-2007, 01:43 PM   #21 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,657
Default Re: how to install drivers in Suse ?

Great thing. Now forget all this happened and enjoy the net on Linux
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 02:22 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2