Gentoo Archives: gentoo-user

From: William Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: [gentoo-user] baselayout 2 module arguments
Date: Tue, 04 Jun 2013 13:27:40
Message-Id: 51ADEB1A.8000106@iinet.net.au
1 I am trying to get an argument passed to a kernel module - it works like
2 below but not using the /etc/conf.d/modules file.
3
4 insmod
5 /lib/modules/3.8.13-gentoo/kernel/drivers/media/usb/em28xx/em28xx.ko
6 card="46"
7
8 In /etc/conf.d/modules I have
9 module_em28xx_args="card=46"
10
11
12 The only odd bit is its a qemu vm using usbip to connect to the usb
13 stick on another PC but it works manually (at least the card bit ...)
14
15 Have I made a mistake with the card arguments somehow thats not obvious?
16
17 BillK

Replies

Subject Author
Re: [gentoo-user] baselayout 2 module arguments Mick <michaelkintzios@×××××.com>