Thursday 13 March 2008

RHEL 5u1

RH300 RHCE Rapid Track Course

It sure was rapid. I'm installing to practice. For that I have to sacrifice my Ubuntu installation.

15 minutes later.. Everything's done..

Boot.. wireless not working.. This worked automatically with Ubuntu..

What wireless adapter do I have? hmm..

[root@localhost ~]# lspci | grep Wireless
06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)

Insert Supplementary CD.. automounts..

[root@localhost Supplementary]# pwd
/media/RHELServerSupplementary5.1i3861/Supplementary
[root@localhost Supplementary]# ls | grep 3945
ipw3945d-1.7.22-2.el5.i386.rpm
ipw3945-ucode-1.14.2-1.el5.noarch.rpm
kmod-ipw3945-1.2.0-4.8.el5.i686.rpm
kmod-ipw3945-xen-1.2.0-4.8.el5.i686.rpm

install all but *xen*.. don't need that atm..

Let's start the services at boot..

[root@localhost Supplementary]# chkconfig ipw3945d on
[root@localhost Supplementary]# chkconfig NetworkManager on
[root@localhost Supplementary]# chkconfig NetworkManagerDispatcher on

reboot..

NetworkManager daemon will display a connection manager applet in gnome.. click.. select wireless AP.. I'm good to go..

[root@localhost Supplementary]# ifconfig eth1
eth1 Link encap:Ethernet HWaddr 00:18:DE:BE:CA:07
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::218:deff:febe:ca07/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5653 errors:0 dropped:84 overruns:0 frame:0
TX packets:5646 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5970890 (5.6 MiB) TX bytes:844197 (824.4 KiB)
Interrupt:185 Base address:0x2000 Memory:cc000000-cc000fff
[root@localhost Supplementary]# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

eth1 IEEE 802.11g ESSID:"yodawifiap"
Mode:Managed Frequency:2.462 GHz Access Point: 00:E0:98:CF:08:E1
Bit Rate:54 Mb/s Tx-Power:14 dBm
Retry limit:15 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=85/100 Signal level=-45 dBm Noise level=-46 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:89 Missed beacon:0

sweet.. I'll practise another day..

2 comments:

Anonymous said...

Do we need to enter a serial key during installation?

Jason said...

We can choose to skip it.