SCIENTIFIC-LINUX-USERS Archives

October 2006

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Troy Dawson <[log in to unmask]>
Reply To:
Troy Dawson <[log in to unmask]>
Date:
Mon, 16 Oct 2006 09:47:08 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (96 lines)
Arthur Maciel wrote:
> Hello SciLinux World,
> I just installed SciLinux-Fermi 4.2 on a new notebook
> Toshiba Satellite P105-S6024
> Processor: Centrino Core DUO n.T2050 1.6GHz, Mem:1GB
> and had no weird behavior nor error msgs during install.
> (WindowsXP(sorry...)resized nice and smooth w/ GParted)
> 

Nice to hear GParted worked good.
As a side note, Qtparted is on the live CD.

> I get two kernels, in this order
> 2.6.9-22.0.2.ELsmp
> 2.6.9-22.0.2.EL
> 

That kernel came out before, or right during the time that Core DUO came 
out.  It doesn't work well with it.  The two options are
1 - Update the kernel to the newest one.
2 - re-install with S.L. 4.4.  A bit drastic, but should work.

> ** Upon booting the 1st kernel, I get;
> Uncompressing Linux... OK booting the kernel
> PCI: Failed to allocate mem resource
> #0:1000@38000000 for 0000:03:00.0
> ide0: I/O resource 0x1F0-0x1F7 not free
> ide0: ports already in use, skipping probe
> 
> initializing hardware... storage network [FREEZE here]
> 
> ** Upon booting the 2nd kernel, I get;
>    exact same messages,
>    but the boot goes through, and the system seems perfect
>    except that
>    - sound test does not work
>    - built-in wireless does not work (Intel PRO 3945 ABG)
>      (obs: via ethernet cable, connection is fine)

The driver for this is NOT built into the kernel, even in S.L. 4.4. 
You'll need to talk to RedHat about that.
But we do have a solution.  If you installed S.L. 4.4, it should have 
been installed during the install.
(Please note that as far as I know, we're the only RHEL based 
distribution that has Intel's 3945 working.  Much thanks go to Jarek for 
getting this working.)

The following yum command will get you the right kernel module, 
firmware, and wireless deamon.

yum --enablerepo=sl-contrib install ipw3945d ipw3945-firmware 
kernel-module-ipw3945-`uname -r`

After that, there is much discussion about how to get it working, 
because you have to have the ipw3945 deamon running before you can use 
it.  Here were my instructions, others can feel free to chime in with 
better ideas.

You need to get your computer to recognize the card.  I have found that

   /etc/init.d/kudzu start

works pretty good.  But then you need to get it so that the driver and 
the deamon start during startup.  I don't see a startup script yet, so 
what I did on the laptop's I worked on was edited  /etc/rc.sysinit

And put in the lines

   modprobe ipw3945
   sleep 1
   /sbin/ipw3945d

right before the line that says
# Now that we have all of our basic modules loaded and the kernel going,

At this point, your machine will see the card and load the module. 
Setting up your network connection is up to you.
For this laptop, the NetworkManager worked, so I used it.
As root:
   /sbin/chkconfig --level 2345 NetworkManager on
   /etc/init.d/NetworkManager start
As a user (whether in Gnome or KDE):
   /usr/bin/NetworkManagerInfo

You will then get a radar on your system tray.  Click on it, and it will 
show you what networks are visable.  You might have to initially click 
on it, then click on it again.  Then select whichever network you want 
to connect to.  If that network needs a password, it will ask you for it.

Troy
-- 
__________________________________________________
Troy Dawson  [log in to unmask]  (630)840-6468
Fermilab  ComputingDivision/CSS  CSI Group
__________________________________________________

ATOM RSS1 RSS2