File: dtlk-install

package info (click to toggle)
dtlk 1.12-5
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 196 kB
  • ctags: 89
  • sloc: ansic: 703; sh: 204; makefile: 98
file content (6 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
# install modular device driver and special device file for DoubleTalk PC
insmod /lib/modules/`uname --release`/misc/dtlk.o
rm -f /dev/dtlk
mknod /dev/dtlk c `cat /proc/devices |awk '/dtlk/{print $1}'` 0
chmod 777 /dev/dtlk