beautypg.com

B&B Electronics 3PCIOU4 - Manual User Manual

Page 28

background image

Installing Linux Driver Software

22

Chapter 5

Document Number 3PCI-0712m

username@computer$ sudo apt-get install linux-headers-2.6.32-21-server

:
:
Setting up linux-headers-2.6.32-25 (2.6.32-25.45)

Setting up linux-headers-2.6.32-25-server (2.6.32-25.45)

5. Create a folder for mounting the CD-ROM.

username@computer$ sudo mkdir -p /media/cdrom

6. Check that the folder was created for mounting the CD-ROM.

username@computer$ ls /media

cdrom floppy floppy0

If cdrom is not listed above, then the folder was not create correctly.

7. Insert the CD-ROM into the CD-ROM drive and mount the CD-ROM.

username@computer$ sudo mount -t iso9660 -r /dev/cdrom /media/cdrom

8. Check that the CD-ROM was mounted.

username@computer$ ls /media/cdrom

autorun.inf linux manuals MIport.ico windows

If the files listed above are not shown, then the CD-ROM was not mounted.

9. Extract the archive that stores the MIport driver.

username@computer$ tar -zxvf
/media/cdrom/linux/drivers/2.6/MIport/MIport-3.0.0.tar.gz

MIport-3.0.0/
MIport-3.0.0/rc.local

MIport-3.0.0/bbmknod.sh
MIport-3.0.0/README
MIport-3.0.0/README.pdf

MIport-3.0.0/Makefile
MIport-3.0.0/MIport.c
Miport-3.0.0/rc.MIport

10. Unmount the CD-ROM.

username@computer$ sudo umount /media/cdrom