Enable pci parport in ubuntu 10.04
Applying (http://ubuntuforums.org/showthread.php?t=1233589) :
As root:
root$ lspci
02:00.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O Controller
root$ lspci -v
02:00.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O Controller (prog-if 03)
Subsystem: Device a000:2000
Flags: bus master, medium devsel, latency 32, IRQ 3
I/O ports at b010 [size=8] <<<<<<<<<<<<<<<<<<<<<<<< See here
I/O ports at b000 [size=8]
Memory at fe102000 (32-bit, non-prefetchable) [size=4K]
Memory at fe101000 (32-bit, non-prefetchable) [size=4K]
Capabilities:
root$ modprobe parport_pc io=0xb010
root$ ls /dev/parp*
/dev/parport0
VoilĂ
As root:
root$ lspci
02:00.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O Controller
root$ lspci -v
02:00.0 Parallel controller: NetMos Technology PCI 9865 Multi-I/O Controller (prog-if 03)
Subsystem: Device a000:2000
Flags: bus master, medium devsel, latency 32, IRQ 3
I/O ports at b010 [size=8] <<<<<<<<<<<<<<<<<<<<<<<< See here
I/O ports at b000 [size=8]
Memory at fe102000 (32-bit, non-prefetchable) [size=4K]
Memory at fe101000 (32-bit, non-prefetchable) [size=4K]
Capabilities:
root$ modprobe parport_pc io=0xb010
root$ ls /dev/parp*
/dev/parport0
VoilĂ
0 Comments:
Post a Comment
<< Home