2 Pages

A16-HardwareDevices

Course: CENT 253, Fall 2009
School: University of Hawaii -...
Rating:
 
 
 
 
 

Word Count: 700

Document Preview

252 CENT ASSIGN 16 HARDWARE AND DEVICE CONFIGURATION NAME _________________ Part 1: Collect the following information about your machine's hardware, and store it in the specified files. Each file should contain a single word answer. File ~/lab16.1/cpuspeed ~/lab16.1/cpucache ~/lab16.1/memsize ~/lab16.1/nicdriver ~/lab16.1/numide Contents The speed of your current processor, in megahertz. The size of your CPU's...

Register Now

Unformatted Document Excerpt

Coursehero >> Hawaii >> University of Hawaii - Hilo >> CENT 253

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
252 CENT ASSIGN 16 HARDWARE AND DEVICE CONFIGURATION NAME _________________ Part 1: Collect the following information about your machine's hardware, and store it in the specified files. Each file should contain a single word answer. File ~/lab16.1/cpuspeed ~/lab16.1/cpucache ~/lab16.1/memsize ~/lab16.1/nicdriver ~/lab16.1/numide Contents The speed of your current processor, in megahertz. The size of your CPU's cache, in kilobytes. The amount of physical memory, in megabytes. The name of the kernel module that is serving as the device driver for your eth0 network interface. (If you do not have an interface eth0, just put the word "none"). The number of currently connected IDE drives on your machine. If you have performed the exercise correctly, you should be able to generate output similar to the following. [student@station student]$ head lab16.1/* ==> lab16.1/cpucache <== 256 ==> lab16.1/cpuspeed <== 697.867 ==> lab16.1/memsize <== 255 ==> lab16.1/nicdriver <== 3x59x ==> lab16.1/numide <== Part 2: Collect the following information about your machine's hardware, and store it in the specified files. Each file should contain a single word answer. File ~/lab16.2/irq1 ~/lab16.2/fpuports ~/lab16.2/videoram Contents The name of the device which is using interrupt request line 1 (IRQ 1). The range of I/O ports which are being used by your machine's fpu. device. The range of physical addresses being used by your machine's Video RAM area.. If you have performed the lab correctly, you should be able to generate output similar to the following. (Do not be concerned if your actual values differ). [student@station student]$ head lab16.2/* ==> lab16.2/fpuports <== 00e0-00ef ==> lab16.2/irq1 <== rtc ==> lab16.2/videoram <== 000c0000-000c7fff Part 3: The file /lib/modules/kernel-version/modules.usbmap (where kernel-version is replaced with your current kernel version) contains an ASCII database of USB kernel modules, and vendor and device ID's of the devices to which they relate. The first 20 characters of each line contains the name of the kernel module. (If you are unsure of the version of your currently running kernel, the command uname -r will display it for you.) Use some combination of the cut, sort, uniq, grep, and head commands to generate a table of the 10 most commonly referenced kernel USB modules, preceded by the number of times they are referenced. Store the table in the file ~/lab16.3/usbmodules. CENT 252 HONOLULU COMMUNITY COLLEGE 1 of 2 CENT 252 ASSIGN 16 HARDWARE AND DEVICE CONFIGURATION NAME _________________ If you have completed the lab correctly, you should be able to generate output similar to the following. Do not be concerned if the frequency counts or module names differ. [student@station student]$ cat lab16.3/usbmodules 170 scanner 110 usb-storage 61 pegasus 35 ipaq 33 kaweth 30 iofiedgeport 24 keyspan 20 wacom 20 pwc 19 visor Part 4: In this part of the lab, you will explore device nodes. 1. Create the file ~/lab16.4/block-3-0, which contains the name of the block device node associated with major number 3, minor number 0. Refer to the file using an absolute reference. 2. Create the file ~/lab16.4/char-1-8, which contains the name of the character device node associated with major number 1, minor number 8. Refer to the file using an absolute reference. 3. Create the file ~/lab16.4/cdrom, which contains the name of the device node to which the symbolic link /dev/cdrom resolves. Refer to the file using a relative reference (i.e., without the /dev/). If your machine does not have a CD-ROM drive (or if the file /dev/cdrom does not exist), simply put the word "none". 4. Use the mknod command to create the device node ~/lab16.4/myfd0. The ...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

University of Hawaii - Hilo - CENT - 253
CENT 252 ASSIGN 17X WINDOWS CONFIGURATIONNAME _Part 1: As you proceed through this lab, your console may be yanked from console to console as X servers start and die, which can be disorienting. Recall that in the standard Red Hat Enterprise Lin
University of Hawaii - Hilo - CENT - 253
CENT 252 ASSIGN 17X WINDOWS CONFIGURATIONNAME _Part 1: As you proceed through this lab, your console may be yanked from console to console as X servers start and die, which can be disorienting. Recall that in the standard Red Hat Enterprise Lin
University of Hawaii - Hilo - CENT - 253
CENT 252 ASSIGN 181. 2. 3. 4.LINUX TROUBLESHOOTINGNAME _Part 1: In this part of the assignment you will install some examples of possible problems with Linux. Download the file &quot;bugger.tgz&quot; to your system from the link on the course web site.
University of Hawaii - Hilo - CENT - 253
CENT 252 ASSIGN 18LINUX TROUBLESHOOTINGNAME _Part 1: In this part of the assignment you will install some examples of possible problems with Linux. 1. Download the file &quot;bugger.tgz&quot; to your system from the link on the course web site. 2. Open a
University of Hawaii - Hilo - CENT - 253
Assignment 3aRead Chapter 3, pages 109 128 (top) Answer the related Review Questions. Do Project 3-1 Answer any questions in the project.
University of Hawaii - Hilo - CENT - 253
Assignment 3a Read Chapter 3, pages 109 128 (top) Answer the related Review Questions. Do Project 3-1 Answer any questions in the project.
University of Hawaii - Hilo - CENT - 253
Assignment 3bRead remainder of Chapter 3 Answer the Review Questions. Do 3-2, 3-3 and 3-4 Add your name to each of the files used or modified in the above listed projects by using the following syntax: echo &quot;$NAME&quot; &gt; filename (Use a shell variable)
University of Hawaii - Hilo - CENT - 253
Assignment 3b Read remainder of Chapter 3 Answer the Review Questions. Do 3-2, 3-3 and 3-4 Add your name to each of the files used or modified in the above listed projects by using the following syntax: echo &quot;$NAME&quot; &gt; filename (Use a shell varia
University of Hawaii - Hilo - CENT - 253
Assignment 4aAnswer the Review Questions related to user accounts and file/directory permissions. Do Projects 4-1 and 4-2 Write a brief summary of the projects including answers to any questions. Turn in responses to the Review Questions and summary
University of Hawaii - Hilo - CENT - 253
Assignment 4a Answer the Review Questions related to useraccounts and file/directory permissions. Do Projects 4-1 and 4-2 Write a brief summary of the projects including answers to any questions. Turn in responses to the Review Questions and su
University of Hawaii - Hilo - CENT - 253
Assignment 4bRead Chapter 4, pages 171-182 (top) Answer the related Review Questions. Do Projects 4-3 and 4-4Write a project summary that describes each project and answers any questions posed in the projects.Do Case Project 3 on page 195Write a
University of Hawaii - Hilo - CENT - 253
Assignment 4b Read Chapter 4, pages 171-182 (top) Answer the related Review Questions. Do Projects 4-3 and 4-4Write a project summary that describes each project and answers any questions posed in the projects. Do Case Project 3 on page 195
University of Hawaii - Hilo - CENT - 253
Assignment 4b(Part 2)Use a floppy disk (available at instructor desk)format the floppy using the command /sbin/mkfs.msdos /dev/fd0 insert and mount the floppy copy a file to the floppy - to verify that you can write to the floppy. unmount the flopp
University of Hawaii - Hilo - CENT - 253
Assignment 4b(Part 2) Use a floppy disk (available at instructor desk) format the floppy using the command /sbin/mkfs.msdos /dev/fd0 insert and mount the floppy copy a file to the floppy - to verify that you can write to the floppy. unmount the
University of Hawaii - Hilo - CENT - 253
Honolulu Community College Computers, Electronics, and Networking Technology CENT 252 UNIX Operating Environment Name: _Lab 1 Linux IntroThis is an individual assignment. For this assignment: 1. Start the computer and when it boots up to the Login
University of Hawaii - Hilo - CENT - 253
Honolulu Community College Computers, Electronics, and Networking Technology CENT 252 UNIX Operating Environment Name: _Lab 1 Linux IntroThis is an individual assignment. For this assignment: 1. Start the computer and when it boots up to the Login
University of Hawaii - Hilo - CENT - 253
Honolulu Community College Computers, Electronics, and Networking Technology CENT 252 UNIX Operating Environment Name _Lab 2 Linux Intro Part 2This is an individual assignment. For this assignment:1. Start the computer and when it boots up to th
University of Hawaii - Hilo - CENT - 253
Honolulu Community College Computers, Electronics, and Networking Technology CENT 252 UNIX Operating Environment Name _Lab 2 Linux Intro Part 2This is an individual assignment. For this assignment: 1. Start the computer and when it boots up to the
University of Hawaii - Hilo - CENT - 253
Assignment 1Read Chapter 1 Answer the Review Questions. Do Project 1-2 and answer any questions included in the exercise. Do Project 1-3 and answer any questions included in the exercise. Do Project 1-4 and answer any questions included in the exerc
University of Hawaii - Hilo - CENT - 253
Assignment 1 Read Chapter 1 Answer the Review Questions. Do Project 1-2 and answer any questions included inthe exercise. Do Project 1-3 and answer any questions included in the exercise. Do Project 1-4 and answer any questions included in the
University of Hawaii - Hilo - CENT - 253
Assignment 2Read Chapter 2 Answer the Review Questions. Work through Project 2-1 and Project 2-2 for familiarization with the desktop. Do not turn in anything for this assignment. The objective is to become familiar with features of the desktop.1
University of Hawaii - Hilo - CENT - 253
Assignment 2 Read Chapter 2 Answer the Review Questions. Work through Project 2-1 and Project 2-2 forfamiliarization with the desktop. Do not turn in anything for this assignment. The objective is to become familiar with features of the desktop
University of Hawaii - Hilo - CENT - 253
Lab 2Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1Curriculum version 2.0Lab 2 Using the vi editor 1. For this lab exercise, log into the machine dilbert.cent.net Vi stands for visual
University of Hawaii - Hilo - CENT - 253
Lab 4Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0LAB 4 UNIX ShellsDefault ShellWhen you log into a UNIX account the login program runs your default shell. Th
University of Hawaii - Hilo - CENT - 253
LabHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 LAB 6 grep , awk, History and Simple scriptsGrepUsually grep either acts on a file or receives input piped from
University of Hawaii - Hilo - CENT - 253
LabHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Lab 7 Run Levels and Init ScriptsThe command init 1 will place a Solaris Operating system in Single User Mode. I
University of Hawaii - Hilo - CENT - 253
LabHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Lab 7 Run Levels and Init ScriptsThe command init 1 will place a Solaris Operating system in Single User Mode. I
University of Hawaii - Hilo - CENT - 253
Lab 8Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Mounting Disks Lab 8OverviewThis lab has three parts that can be done independently. Part 1 involves unmounti
University of Hawaii - Hilo - CENT - 253
Lab 8Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Mounting Disks Lab 8OverviewThis lab has three parts that can be done independently. Part 1 involves unmounti
University of Hawaii - Hilo - CENT - 253
Lab 10Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Lab 10 System SecurityControlling Access to the System Several files that control system access are in the /e
University of Hawaii - Hilo - CENT - 253
Lab 10Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Lab 10 System SecurityControlling Access to the System Several files that control system access are in the /e
University of Hawaii - Hilo - CENT - 253
Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration Lab Quotas, Accounting and Cron page 1 Curriculum version 2.0Lab 11 Disk Quotas, Accounting and Cron Part 1 Enabling Disk Quotas Step 1. You must b
University of Hawaii - Hilo - CENT - 253
Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration Lab Quotas, Accounting and Cron page 1 Curriculum version 2.0Lab 11 Disk Quotas, Accounting and Cron Part 1 Enabling Disk Quotas Step 1. You must b
University of Hawaii - Hilo - CENT - 253
Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration Lab 13 Archive and Extract with Tar page 1 Curriculum version 2.0Lab 13 Archive and Extract with the tar command tar tape archive read the man page
University of Hawaii - Hilo - CENT - 253
Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration Lab 13 Archive and Extract with Tar page 1 Curriculum version 2.0Lab 13 Archive and Extract with the tar command tar tape archive read the man page
University of Hawaii - Hilo - CENT - 253
LabHonolulu Community College Computing Electronics and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Lab 14 Backup and Restore with ufsdump and ufsrestoreUNIX notes rsh the remote shell program allows you to issu
University of Hawaii - Hilo - CENT - 253
LabHonolulu Community College Computing Electronics and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Lab 14 Backup and Restore with ufsdump and ufsrestoreUNIX notes rsh the remote shell program allows you to issu
University of Hawaii - Hilo - CENT - 253
ProjectHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 System Installation WorksheetWork with your lab partner and fill in the following information that you will
University of Hawaii - Hilo - CENT - 253
ProjectHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 System Installation WorksheetWork with your lab partner and fill in the following information that you will
University of Hawaii - Hilo - CENT - 253
ProjectHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Initial Setup TasksYou should now have control of your own UNIX system There are a number of initial tasks t
University of Hawaii - Hilo - CENT - 253
ProjectHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Initial Setup TasksYou should now have control of your own UNIX system There are a number of initial tasks t
University of Hawaii - Hilo - CENT - 253
Class ExercisesHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 OpenBoot ExerciseObjective: To demonstrate and try out the OpenBoot environment on your SUN workstat
University of Hawaii - Hilo - CENT - 253
ProjectHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0Network File System NFS NFS was developed by Sun Microsystems and is now incorporated into the operating syst
University of Hawaii - Hilo - CENT - 253
ProjectHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0Network File System NFS NFS was developed by Sun Microsystems and is now incorporated into the operating syst
University of Hawaii - Hilo - CENT - 253
Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration Exercise: Installing a web server page 1 Curriculum version 2.0 Installing a web Server This lab assumes that you are logged in as root on your proje
University of Hawaii - Hilo - CENT - 253
Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration Exercise: Installing a Patch page 1 Curriculum version 2.0 Installing a Patch The objective of this lab is to practice installing a patch and become
University of Hawaii - Hilo - CENT - 253
Class ExerciseHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Using ftp from the command lineBy default Solaris systems include both an ftp server and an ftp clien
University of Hawaii - Hilo - CENT - 253
Class ExerciseHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Using ftp from the command lineBy default Solaris systems include both an ftp server and an ftp clien
University of Hawaii - Hilo - CENT - 253
Honolulu Community CollegeComputers Electronic and Networking TechnologyUNIX System AdministrationProject Notes page 1 Curriculum version 2.0Group Project System Design Design your system for the following scenario. The machine will support a w
University of Hawaii - Hilo - CENT - 253
ProjectHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 Initial Setup TasksYou should now have control of you own UNIX system There are a number of initial tasks th
University of Hawaii - Hilo - CENT - 253
Honolulu Community College Computers Electronic and Networking Technology UNIX System Administration Lab Installing the we server page 1 Curriculum version 2.0 Installing a web Server This lab assumes that you are logged in as root on your project ma
University of Hawaii - Hilo - CENT - 253
Honolulu Community CollegeComputers Electronic and Networking Technology UNIX System Administration 06/15/09New System Investigation and Security Investigating and setting some security on your new workstation Find out about the operating system a
University of Hawaii - Hilo - CENT - 253
project Project UpdateHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0At this point you should have implemented the following items on your project machine. Created
University of Hawaii - Hilo - CENT - 253
Group 1 IP 180.90.10.51Group 2 IP 180.90.10.52Group 3 IP 180.90.10.53Group 4 IP 180.90.10.54 Group 5 IP 180.90.10 55 Group 6 IP 180.90.10.56Group 7 IP number 180.90.10.57Group 8 IP number 180.90.10.58
University of Hawaii - Hilo - CENT - 253
Honolulu Community CollegeComputers Electronic and Networking TechnologyUNIX System AdministrationProject Notes page 1 Curriculum version 2.0Group 1Group Project Sign up sheet8840e7693addc75d0abac18e4d0b23a78c9f2a73.docPage 1 of 706/15/09
University of Hawaii - Hilo - CENT - 253
ProjectHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 System Installation WorksheetWork with your lab partner and fill in the following information that you will
University of Hawaii - Hilo - CENT - 253
ProjectHonolulu Community College Computers Electronic and Networking Technology UNIX System Administration page 1 Curriculum version 2.0 System Installation WorksheetWork with your lab partner and fill in the following information that you will
Alabama - CS - 325
Lecture 21 Tuesday, April 18TodayHand back Exam III and Project 5 Project SevenAnnouncements:Project 6 is due today at 9pm Project 7 is assigned today &amp; due 5/1 at 9pmExam Three SurveyThe easiest problem on this exam was . Why? The hardest pr
Georgia Tech - GROUP - 8803
JIT RemindersService monitoring framework with mobile notifications CS 8803 AIAD Project - Group 21 : Gaurav Mullick : Gautam AroraWhat it was supposed to be? (read: initial project goals) Alice enters a customized event in hercalendar e.g. cal
Georgia Tech - GROUP - 8803
CALBUDDY- A SHARED MOBILE/WEB BASED CALENDARAIAD 8803 PROJECT PROPOSALPROJECT MEMBERSNISARG KADAKIA SAURIN KADAKIA ROHIT KUMBHAR ANKIT SHAHMOTIVATION AND OBJECTIVE:In today's world, people operate in a more hectic and pressured environment than
Wisconsin - BOTANY - 400
Orders and families to know for Botany 400 2nd lecture examCaryophyllales - betalains, dichasium inflorescence, free-central or derived (basal)placentation; petals often lacking CA5 0 10PhytolaccaceaeCOAG5+ -berry[raceme; sometimes ap