On Fri, Jun 22, 2012 at 9:18 AM, Marco d'Itri <m...@linux.it> wrote:
> On Jun 22, "T.J. Yang" <tjyang2...@gmail.com> wrote:
>
>> I can do the test if  adding those vio_type binary by command from
>> install's shell prompt is possible.
> Look at /lib/udev/rules.d/80-drivers.rules and find out if manually
> loading with modprobe one of the modules listed in the ENV{VIO_TYPE}
> directives makes your CD appear.


# Load VIO modules based on the device type
SUBSYSTEM!="vio", GOTO="hotplug_vio_end"
ENV{MODALIAS}=="?*", GOTO="hotplug_vio_end"
ENV{VIO_TYPE}!="?*", IMPORT{program}="vio_type --export $devpath"
ENV{VIO_TYPE}=="serial",                RUN+="/sbin/modprobe -b hvc_console"
ENV{VIO_TYPE}=="serial-server",         RUN+="/sbin/modprobe -b hvcs"
ENV{VIO_TYPE}=="network",               RUN+="/sbin/modprobe -b ibmveth"
ENV{VIO_TYPE}=="vscsi",                 RUN+="/sbin/modprobe -b ibmvscsic"
ENV{VIO_TYPE}=="vlan",                  RUN+="/sbin/modprobe -b iseries_veth"
ENV{VIO_TYPE}=="viodasd",               RUN+="/sbin/modprobe -b viodasd"
ENV{VIO_TYPE}=="viocd",                 RUN+="/sbin/modprobe -b viocd"
ENV{VIO_TYPE}=="vnet",                  RUN+="/sbin/modprobe -b sunvnet"
ENV{VIO_TYPE}=="vdisk",                 RUN+="/sbin/modprobe -b sunvdc"
LABEL="hotplug_vio_end"

I was able to load both vnet and vdisk module but the CDROM still
can't be detected after exit out of shell.

~ # uname -a
Linux (none) 3.2.0-2-sparc64 #1 Sun Apr 15 17:44:17 UTC 2012 sparc64 GNU/Linux
~ # lsmod
Module                  Size  Used by
sunvnet                11020  0
sunvdc                  6456  1
~ #


>
> --
> ciao,
> Marco



-- 
T.J. Yang



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to