You are not logged in.
Pages: 1
hello,
i have got a samsung pc R60 XEV and i install a arch linux core, the install it's ok but i don't have a network
I have a network when i boot with the livecd of ubuntu, et and heres's the detail of lspci on ubuntu.
00:00.0 Host bridge: ATI Technologies Inc Unknown device 7930
00:02.0 PCI bridge: ATI Technologies Inc Unknown device 7933
00:05.0 PCI bridge: ATI Technologies Inc Unknown device 7935
00:06.0 PCI bridge: ATI Technologies Inc Unknown device 7936
00:07.0 PCI bridge: ATI Technologies Inc Unknown device 7937
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
01:00.0 VGA compatible controller: ATI Technologies Inc M64-S [Mobility Radeon X2300]
02:00.0 Ethernet controller: Atheros Communications, Inc. AR5006EG 802.11 b/g Wireless PCI Express Adapter (rev 01)
05:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8039 PCI-E Fast Ethernet Controller (rev 15)
an the lspci on achlinux
ethernet controller:unknow device
and the lsmod
Module Size Used by
ipv6 273892 10
af_packet 24840 2
rfcomm 42136 2
l2cap 26240 11 rfcomm
bluetooth 57060 4 rfcomm,l2cap
ppdev 10244 0
acpi_cpufreq 10568 1
cpufreq_stats 7232 0
cpufreq_userspace 5280 0
cpufreq_powersave 2688 0
cpufreq_ondemand 9612 1
freq_table 5792 3 acpi_cpufreq,cpufreq_stats,cpufreq_ondemand
cpufreq_conservative 8072 0
ac 6148 0
dock 10656 0
video 18060 0
container 5504 0
button 8976 0
sbs 19592 0
battery 11012 0
parport_pc 37412 0
lp 12580 0
parport 37448 3 ppdev,parport_pc,lp
joydev 11328 0
snd_hda_intel 263712 1
snd_pcm_oss 44672 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 80388 2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy 4740 0
snd_seq_oss 33152 0
snd_seq_midi 9600 0
snd_rawmidi 25728 1 snd_seq_midi
snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi
snd_seq 53232 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
ide_cd 32672 0
cdrom 37536 1 ide_cd
snd_timer 24324 2 snd_pcm,snd_seq
serio_raw 8068 0
ath_pci 98336 0
snd_seq_device 9228 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
sky2 46852 0
pcspkr 4224 0
snd 54660 11 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 8800 1 snd
snd_page_alloc 11400 2 snd_hda_intel,snd_pcm
psmouse 39952 0
wlan 206660 1 ath_pci
i2c_piix4 9740 0
ath_hal 192720 1 ath_pci
i2c_core 26112 1 i2c_piix4
shpchp 34580 0
pci_hotplug 32704 1 shpchp
ati_agp 10124 0
agpgart 35016 1 ati_agp
evdev 11136 6
ext3 133896 2
jbd 60456 1 ext3
mbcache 9732 1 ext3
sg 36764 0
sd_mod 30336 6
usbhid 29536 0
hid 28928 1 usbhid
atiixp 7056 0 [permanent]
ide_core 116804 2 ide_cd,atiixp
ahci 23300 5
ata_generic 8452 0
libata 125168 2 ahci,ata_generic
scsi_mod 147084 3 sg,sd_mod,libata
ehci_hcd 36492 0
ohci_hcd 22916 0
usbcore 138632 4 usbhid,ehci_hcd,ohci_hcd
thermal 14344 0
processor 32072 2 acpi_cpufreq,thermal
fan 5764 0
fuse 47124 5
apparmor 40728 0
commoncap 8320 1 apparmor
please help me i do not know how to put the network on my arch linux
sorry for my bad english
Offline
Hi pass,
the right module for your ethernet card should be sk98lin.
As root, try to load this module with:
modprobe sk98lin
and see if the card is recognized (type dmesg to find more information).
Offline
i have aldready test to insert manualy this module but it's don't among.
the dmesg when i insert module sk98lin is
sk98lin driver has been replaced by the skge driver and is scheduled for removall
Offline
Hi pass,
did you try to modprobe skge module?
Do you see any error messages?
Offline
hello
i tried to use the driver skge i don't have a errormessage but it didn't work
Offline
Pages: 1