Re: Pre-bug-raising questions
On Mon, 2009-01-19 at 14:12 +0000, Mike Grice wrote:
>
> Select a language: English
> Choose Language: default
> Detect Network Hardware:
> "No Ethernet card was detected. If you know the name of the driver
> │
> │ needed by your Ethernet card, you can select it from the list."
Do you have something akin to /sys/bus/sunv/devices/blah? With modalias
entries here and in the module the installer should be able to make the
connection between one and the other. For example for Xen virtual
devices we have:
di32:~# cat /sys/bus/xen/devices/vif-0/modalias
xen:vif
di32:~# modinfo xen-netfront
filename: /lib/modules/2.6.26-1-686-bigmem/kernel/drivers/net/xen-netfront.ko
alias: xennet
alias: xen:vif
license: GPL
description: Xen virtual network device frontend
depends:
vermagic: 2.6.26-1-686-bigmem SMP mod_unload modversions
686
So the xen:vif modalias ties into the alias on the module.
Ian.
--
Ian Campbell
Current Noise: Cynic - Integral Birth
An expert is one who knows more and more about less and less until he knows
absolutely everything about nothing.
Reply to: