ethernet card won't work in puppy2

Please post any bugs you have found
Post Reply
Message
Author
User avatar
ezeze5000
Posts: 347
Joined: Tue 10 May 2005, 17:48
Location: Missouri U.S.A
Contact:

ethernet card won't work in puppy2

#1 Post by ezeze5000 »

I'm booted in puppy-1.0.9beta right now and my via-rhine driver works just fine.
When I boot into puppy2, the driver won't load.
I tried all the drivers listed but none of them work.

dmesg shows this in puppy-1.0.9beta:

Unable to find swap-space signature
SCSI subsystem driver Revision: 1.00
via-rhine.c:v1.10-LK1.1.19 July-12-2003 Written by Donald Becker
http://www.scyld.com/network/via-rhine.html
PCI: Found IRQ 11 for device 00:12.0
PCI: Sharing IRQ 11 with 00:10.0
eth0: VIA VT6102 Rhine-II at 0xe400, 00:30:18:65:30:ac, IRQ 11.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
PCI: Found IRQ 10 for device 00:10.3
ehci_hcd 00:10.3: VIA Technologies, Inc. USB 2.0
ehci_hcd 00:10.3: irq 10, pci mem f8853000
usb.c: new USB bus registered, assigned bus number 1
ehci_hcd 00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4
hub.c: USB hub found
hub.c: 6 ports detected
usb-uhci.c: $Revision: 1.275 $ time 10:58:54 Jun 17 2005
usb-uhci.c: High bandwidth mode enabled
PCI: Found IRQ 11 for device 00:10.0
PCI: Sharing IRQ 11 with 00:12.0
usb-uhci.c: USB UHCI at I/O 0xd000, IRQ 11
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Found IRQ 11 for device 00:10.1
usb-uhci.c: USB UHCI at I/O 0xd400, IRQ 11
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 3
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Found IRQ 5 for device 00:10.2
PCI: Sharing IRQ 5 with 00:11.5
usb-uhci.c: USB UHCI at I/O 0xd800, IRQ 5
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 4
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
hdc: attached ide-cdrom driver.
hdc: ATAPI 40X DVD-ROM CD-R/RW drive, 8192kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
hdd: attached ide-cdrom driver.
hdc: ATAPI 40X DVD-ROM CD-R/RW drive, 8192kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
hdd: attached ide-cdrom driver.
hdd: ATAPI 32X DVD-ROM DVD-R-RAM CD-R/RW drive, 1312kB Cache, UDMA(33)
hub.c: new USB device 00:10.2-1, assigned address 2
usb.c: USB device 2 (vend/prod 0x4b8/0x5) is not claimed by any active driver.
hub.c: new USB device 00:10.2-2, assigned address 3
usb.c: USB device 3 (vend/prod 0x51d/0x2) is not claimed by any active driver.
cdrom: open failed.
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
Uniform CD-ROM driver unloaded
Registering unionfs 1.0.14
hdc: attached ide-cdrom driver.
hdc: ATAPI 40X DVD-ROM CD-R/RW drive, 8192kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
hdd: attached ide-cdrom driver.
hdd: ATAPI 32X DVD-ROM DVD-R-RAM CD-R/RW drive, 1312kB Cache, UDMA(33)
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
usb.c: registered new driver usbkbd
usbkbd.c: :USB HID Boot Protocol keyboard driver
usb.c: registered new driver usbmouse
usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hiddev0: USB HID v1.10 Device [APC Back-UPS ES 350 FW:800.e3.D USB FW:e3] on usb4:3.0
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
usb.c: deregistering driver hid
usb.c: deregistering driver hiddev
usb.c: deregistering driver usbmouse
usb.c: deregistering driver usbkbd
via82xx: Assuming DXS channels with 48k fixed sample rate.
Please try dxs_support=1 or dxs_support=4 option
and report if it works on your machine.
PCI: Found IRQ 5 for device 00:11.5
PCI: Sharing IRQ 5 with 00:10.2
PCI: Setting latency timer of device 00:11.5 to 64
eth0: Setting full-duplex based on MII #1 link partner capability of 45e1.
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
USB Mass Storage support registered.
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
#
I was wondering if antbody else was having these problems?

puppy2 doesn't want to load any driver for the same nic.

Anybody have an idea what might fix this problem?

Thanks

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#2 Post by BarryK »

I need to know the vendor:chip numbers for the ethernet chip.

Do you know the model of the ethernet card, or the chip identification number
and manufacturer?

Code: Select all

# lspci -n 
will give all the vendor:chip numbers but won't identify which is the
ethernet chip.
But with more info, can make a match.

Then, I can hardwire puppy to load the via-rhine module at bootup.

User avatar
ezeze5000
Posts: 347
Joined: Tue 10 May 2005, 17:48
Location: Missouri U.S.A
Contact:

#3 Post by ezeze5000 »

here you go

# lspci -n
00:00.0 Class 0600: 1106:3148
00:01.0 Class 0604: 1106:b091
00:10.0 Class 0c03: 1106:3038 (rev 80)
00:10.1 Class 0c03: 1106:3038 (rev 80)
00:10.2 Class 0c03: 1106:3038 (rev 80)
00:10.3 Class 0c03: 1106:3104 (rev 82)
00:11.0 Class 0601: 1106:3177
00:11.1 Class 0101: 1106:0571 (rev 06)
00:11.5 Class 0401: 1106:3059 (rev 50)
00:12.0 Class 0200: 1106:3065 (rev 74)
01:00.0 Class 0300: 5333:8d04
#
I sure appreciate the fast response!

User avatar
ezeze5000
Posts: 347
Joined: Tue 10 May 2005, 17:48
Location: Missouri U.S.A
Contact:

#4 Post by ezeze5000 »

Hey puppy2 works when booted from the CD!

This is what I got now!

sh-3.00# lspci -n
00:00.0 Class 0600: 1106:3148
00:01.0 Class 0604: 1106:b091
00:10.0 Class 0c03: 1106:3038 (rev 80)
00:10.1 Class 0c03: 1106:3038 (rev 80)
00:10.2 Class 0c03: 1106:3038 (rev 80)
00:10.3 Class 0c03: 1106:3104 (rev 82)
00:11.0 Class 0601: 1106:3177
00:11.1 Class 0101: 1106:0571 (rev 06)
00:11.5 Class 0401: 1106:3059 (rev 50)
00:12.0 Class 0200: 1106:3065 (rev 74)
01:00.0 Class 0300: 5333:8d04
sh-3.00#

I installed to Hard Drive and now no internet

Boot from CD and it doesn't show a driver loaded but it shows eth0 and it just works!
Now if I can transfer thows settings to my HD install I'll be all set.
I'm using puppy2 right now booted from CD, and it just works!

User avatar
ezeze5000
Posts: 347
Joined: Tue 10 May 2005, 17:48
Location: Missouri U.S.A
Contact:

#5 Post by ezeze5000 »

This is from puppy2 booted from CD

sh-3.00# lsmod
Module Size Used by
snd_pcm_oss 51456 0
snd_mixer_oss 18096 2 snd_pcm_oss
lp 12616 0
parport_pc 32740 1
parport 35976 2 lp,parport_pc
via_rhine 23316 0
mii 5616 1 via_rhine
snd_via82xx 27816 1
gameport 15128 1 snd_via82xx
snd_ac97_codec 90416 1 snd_via82xx
snd_ac97_bus 2192 1 snd_ac97_codec
snd_pcm 86456 3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer 23860 1 snd_pcm
snd_page_alloc 10840 2 snd_via82xx,snd_pcm
snd_mpu401_uart 7408 1 snd_via82xx
snd_rawmidi 24512 1 snd_mpu401_uart
snd_seq_device 8668 1 snd_rawmidi
snd 52772 9 snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_c odec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 9568 2 snd
via_ircc 21668 0
irda 121144 1 via_ircc
crc_ccitt 2096 1 irda
via_agp 9808 1
agpgart 34944 1 via_agp
usb_storage 84736 0
unionfs 70816 1
nls_iso8859_1 4080 0
nls_cp437 5744 0
sr_mod 17924 0
ide_cd 41540 0
cdrom 38880 2 sr_mod,ide_cd
ehci_hcd 30360 0
uhci_hcd 32384 0
usbcore 129092 4 usb_storage,ehci_hcd,uhci_hcd

I hope this helps

User avatar
ezeze5000
Posts: 347
Joined: Tue 10 May 2005, 17:48
Location: Missouri U.S.A
Contact:

Problem solved

#6 Post by ezeze5000 »

I had to open up a console and type

dhcpcd

Then I went back to network setup and was able to set it up.

I'm typing this to you on a Puppy2 hard drive install.

I hope this helps!

Post Reply