Changeset 676d923 in clfs-sysroot for BOOK/bootscripts/common/symlinks.xml
- Timestamp:
- Mar 15, 2009, 2:42:22 PM (17 years ago)
- Branches:
- master
- Children:
- 10658db
- Parents:
- 1970967
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/symlinks.xml
r1970967 r676d923 24 24 run a command similar to the following:</para> 25 25 26 <screen role="nodump"><userinput>udev test /sys/block/hdd</userinput></screen>26 <screen role="nodump"><userinput>udevadm test /sys/block/hdd</userinput></screen> 27 27 28 28 <para>Look at the lines containing the output of various *_id programs.</para> … … 99 99 fixable by creating udev rules for custom persistent symlinks. 100 100 The case of network cards is covered separately in 101 <xref linkend="ch -scripts-network"/>, and sound card configuration can101 <xref linkend="chapter-network"/>, and sound card configuration can 102 102 be found in <ulink url="&cblfs-root;">CBLFS</ulink>.</para> 103 103 … … 113 113 vendor and product IDs and/or serial numbers work):</para> 114 114 115 <screen role="nodump"><userinput>udev info -a -p /sys/class/video4linux/video0</userinput></screen>115 <screen role="nodump"><userinput>udevadm info -a -p /sys/class/video4linux/video0</userinput></screen> 116 116 117 117 <para>Then write rules that create the symlinks, e.g.:</para>
Note:
See TracChangeset
for help on using the changeset viewer.