This laboratory exercise shall familarize the student with some hardware configuration. Each classroom computer contains a sound card and a network interface card which normally are recognized by RedHat Linux installs. The RedHat Linux distributions contain a utility that assists with the configuring of several types of hardware,types of hardware, even monitors and video cards necessary for running any Graphical User Interface (GUI).
To start this utility, the user must login as 'root'. From the command prompt, enter 'setup' [ENTER]. This will start a graphical shell for several different Red Hat tools which include; authconfig, Xconfigurator, mouseconfig, ntsysv, sndconfig, and timeconfig. The experienced system administrator can start the appropriate utility by simply typing in the command directly and bypass using 'setup'.
Configure the Sound Card
This procedure requires the utility entitled, 'sndconfig', If you need to install it, follow the procedures outlined in Lab 1 Once you've verified this utility is installed on your sytem follow the
Configure the Network Interface Card (NIC)
- Select Sound Card Configuration
- Press [Tab] numerous times to the OK button is highlighted.
- Press [ENTER]
- Follow the instructions as they appear. Keep in mind that your machines have Sound Blaster 16 cards and the resources to be used should be
- 220 for the ioport
- IRQ 5
- DMA 1 and 5
- Please feel free to work together and to ask the instructor for assistance.
- [Tab] to highlight OK once you've made the appropriate selections.
- Test your configuration. If you hear the sound samples, then return to the 'setup' Graphical shell.
- Quit from the Graphical shell and return the command prompt.
- Ok you're probably asking what in the world did I just do. Well, let's probe the system and examine some files containing the configuration information you've selected. What has just occurred is some resource allocation for the sound card and a module has been added to the Linux kernel.
- Change to the proc directory. At the command prompt enter 'cd /proc'. List the files in this directory using the 'ls' command. There are a couple of files we are going to view. They are 'ioports' and 'interrupts'. This is accomplished by the following command: cat <filename> where you will replace <filename> with the file you wish to view.
- Note and record the io address allocated to the sound card.
io address _________
- Note and record the IRQ allocated to the sound card.
IRQ _________
From the command prompt, type 'netconfig' or type 'setup' and select
networking from the list. This starts a Linux configuration
program we will be using to configure the NIC. A graphical shell
will appear.