I'm trying to create a driver disk for FC3. I've found a bit of documentation
but mostly guesses. Could you point me to accurate documentation for a FC3
driver disk? Or maybe point to the part of the anaconda code that describes it?
The disk I've created mounts and the screen says "Reading driver disk..." and
hangs there. I've tried formating the floppy with msdos and ext2 and I get the
same results. My floppy contains
modinfo
modules.cgz
modules.dep
modules.pcimap
pci.ids
pcitable
rhdd
modinfo:
Version 0
atrheros
net
"Atheros NIC"
modules.dep:
ath_pci: ath_rate_onoe wlan ath_hal
wlan_xauth: wlan
wlan_acl: wlan
wlan_ccmp: wlan
wlan_tkip: wlan
wlan_wep: wlan
wlan:
ath_rate_onoe: wlan
ath_hal:
modules.pcimap and pcitable:
ath_pci 0x0000168c 0x00000007 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
ath_pci 0x0000168c 0x00000012 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
ath_pci 0x0000168c 0x00000013 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
ath_pci 0x0000a727 0x00000013 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
ath_pci 0x000010b7 0x00000013 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
ath_pci 0x0000168c 0x00001014 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
ath_pci 0x0000168c 0x00000015 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
ath_pci 0x0000168c 0x00000016 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
ath_pci 0x0000168c 0x00000017 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
ath_pci 0x0000168c 0x00000018 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
ath_pci 0x0000168c 0x00000019 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
ath_pci 0x0000168c 0x0000001a 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
pci.ids:
empty
rhdd:
atheros driver disk
gzip -dc modules.cgz | cpio -ivt
2.6.9-1.667/
2.6.9-1.667/i586
2.6.9-1.667/i586/ath_pci.ko
2.6.9-1.667/i586/ath_hal.ko
2.6.9-1.667/i586/wlan.ko
2.6.9-1.667/i586/wlan_wep.ko
2.6.9-1.667/i586/wlan_tkip.ko
2.6.9-1.667/i586/wlan_ccmp.ko
2.6.9-1.667/i586/wlan_xauth.ko
2.6.9-1.667/i586/wlan_acl.ko
2.6.9-1.667/i586/ath_rate_onoe.ko
Thanks
Richard Ray