LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-05-2006, 12:51 AM   #46
keith2045
Member
 
Registered: Feb 2005
Location: Missour, USA
Posts: 83

Rep: Reputation: 15

Quote:
Originally Posted by keith2045
acpi exists, but not toshiba. When i do the modprobe i get
FATAL: Error inserting toshiba_acpi (/lib/modules/2.6.17-.2187_FC5smp/kernel/drivers/acpi/toshiba_acpi.ko): No such device.
Ok figured that out. It's not going to work since the bois is a phoenx and not developed by toshiba. http://memebeam.org/toys/ToshibaAcpiDriver

I did an lspci and got this

03:00.0 Network Controller: Intel Corporation Unknown device 4222 (rev 02)

So i'm guessing that it means the wireless card is turned on?
 
Old 10-05-2006, 12:54 AM   #47
keith2045
Member
 
Registered: Feb 2005
Location: Missour, USA
Posts: 83

Rep: Reputation: 15
Quote:
Originally Posted by Pieter Noom
Does anyone know if FC 6 is goin g to correct this problem????
With your udev prob try this http://forums.whirlpool.net.au/forum...fm/494085.html
 
Old 10-05-2006, 11:18 AM   #48
livewire98801
Member
 
Registered: Jun 2004
Location: Seattle, WA
Distribution: Fedora 3/5, Mdk 10, FlavorOfTheWeek
Posts: 77

Rep: Reputation: 15
Quote:
Originally Posted by keith2045
Ok figured that out. It's not going to work since the bois is a phoenx and not developed by toshiba. http://memebeam.org/toys/ToshibaAcpiDriver

I did an lspci and got this

03:00.0 Network Controller: Intel Corporation Unknown device 4222 (rev 02)

So i'm guessing that it means the wireless card is turned on?
Yes, that means that the wireless card is on and responding to querys. Did you install your drivers via RPM or by building from source?
 
Old 10-05-2006, 06:25 PM   #49
keith2045
Member
 
Registered: Feb 2005
Location: Missour, USA
Posts: 83

Rep: Reputation: 15
I installed them via rpms
 
Old 10-05-2006, 06:39 PM   #50
livewire98801
Member
 
Registered: Jun 2004
Location: Seattle, WA
Distribution: Fedora 3/5, Mdk 10, FlavorOfTheWeek
Posts: 77

Rep: Reputation: 15
You'll need to insert the module. . . insmod ipw3945 will do it IIRC. The detailed version is in this thread somewhere I think. It sounds like it's not finding the module so it doesn't know that your hardware is there.
 
Old 10-05-2006, 07:06 PM   #51
keith2045
Member
 
Registered: Feb 2005
Location: Missour, USA
Posts: 83

Rep: Reputation: 15
Ok i think i know what the problem is.

Quote:
Now, once you have installed all rpms successfully, ur done...do this
#depmod -a
#modprobe ipw3945 <- this loads the module.
to chk if its done do ...
#dmesg | grep ipw <- this should list the driver detected.
#lsmod <- this should list the driver detected. look for ipw3945
OK now finally...
#ps -C ipw3945 <- this should list the ipw3945d deamon running ...
this means its running successfully and got loaded.
else try,
#/sbin/ipw3945d to start it ...
thats it,
now #system-config-network &
select FILE>NEW>WIRELESS>FORWARD>SELECT UR DRIVER NOW LISTED> FORWARD> COMPLETE THE CONFIGURATION
i.e. add ur essid, key etc and ok
U R DONE ...
When i did modprobe ipw3945 i would get mod not found, when i first read this i was thinking that when it says else try /sbin/ipw3945d, but that's just the deamon only and not the drivers. I think i just need to try to reinstall it
 
Old 10-06-2006, 08:47 PM   #52
keith2045
Member
 
Registered: Feb 2005
Location: Missour, USA
Posts: 83

Rep: Reputation: 15
ok rpm -q ipw3945 produces
ipw3945-1.1.0-13.fc5.at

and when i modprobe ipw3945 i get
FATAL: Module ipw3945 not found.

Why? I've installed the following
ieee80211-1.2.15-14.fc5.at.i386.rpm
ieee80211-devel-1.2.15-14.fc5.at.i386.rpm
ieee80211-kmdl-2.6.17-1.2187_FC5-1.2.15-14.fc5.at.i686.rpm
ieee80211-kmdl-2.6.17-1.2187_FC5smp-1.2.15-14.fc5.at.i686.rpm
ipw3945-1.1.0-13.fc5.at.i386.rpm
ipw3945d-1.7.22-4.at.i386.rpm
ipw3945-firmware-1.13-1.fc6.rf.noarch.rpm
ipw3945-kmdl-2.6.17-1.2187_FC5-1.1.0-13.fc5.at.i586.rpm
ipw3945-ucode-1.13-2.at.noarch.rpm
 
Old 02-22-2007, 11:31 AM   #53
navik_pathak
LQ Newbie
 
Registered: Feb 2007
Location: California,US
Distribution: Suse 10.2
Posts: 20

Rep: Reputation: 0
Quote:
Originally Posted by garfield1228
After a struggle for 3 complete days now i ahve been able to configure and install wireless card on my system. So i thought to share this with all.
My System Configuration:-
Intel Centrino CORE DUO Processor, 1 GB RAM, Nvidia 256MB geForce Go 7400, 100GB SATA HDD,Intel pro 3945abg wireless card in all its a HP dv5000 series laptop released with core duo proc recently.

This laptop supports any linux kernel ver >2.6.x, in fedora only FC5 and above are supported. I have chked it. It detects almost all h/w even wireless if its intel 2200bg and not above u have to manually install it.
Make sure u install the SMP kernel and devel versions only for duo proc.
Also please update ur kernel version to either 2.6.16.2080 or above.

install the following rpms and reboot ur system
kernel-smp-2.6.16-1.2080_FC5.i686.rpm
kernel-smp-devel-2.6.16-1.2080_FC5.i686.rpm
kernel-kdump-2.6.16-1.2080_FC5.i686.rpm

Once done with it, install the following rpms-
ieee80211-1.1.13-10.rhfc5.at.i386.rpm
ieee80211-kernheaders-1.1.13-10.rhfc5.at.i386.rpm
ieee80211-kmdl-2.6.16-1.2080_FC5smp-1.1.13-10.rhfc5.at.i686.rpm
ipw3945-0.0.74-4.rhfc5.at.i386.rpm
ipw3945d-1.7.18-1.at.i386.rpm
ipw3945-firmware-1.13-1.noarch.rpm
ipw3945-kmdl-2.6.16-1.2080_FC5smp-0.0.74-4.rhfc5.at.i686.rpm
ipw3945-ucode-1.13-1.at.noarch.rpm
now reboot ur system ....

Now, once you have installed all rpms successfully, ur done...do this
#depmod -a
#modprobe ipw3945 <- this loads the module.
to chk if its done do ...
#dmesg | grep ipw <- this should list the driver detected.
#lsmod <- this should list the driver detected. look for ipw3945
OK now finally...
#ps -C ipw3945 <- this should list the ipw3945d deamon running ...
this means its running successfully and got loaded.
else try,
#/sbin/ipw3945d to start it ...
thats it,
now #system-config-network &
select FILE>NEW>WIRELESS>FORWARD>SELECT UR DRIVER NOW LISTED> FORWARD> COMPLETE THE CONFIGURATION
i.e. add ur essid, key etc and ok
U R DONE ...
its up and running , do #ifconfig it should show it running....displays its address and other details....

u can also use iwconfig eth1 essid <xxx> -> look man pages for this i havent tried it out...

You can use this method for most of intel drivers ...
here are a few useful links -
http://www.utexas.edu/its/wireless/i...fig_linux.html
http://www.roseindia.net/linux/tutor...OWTO.html#toc5
http://www.linuxquestions.org/linux/...Fedora_Core_5&
http://tuxmobil.org/centrino.html

http://ipw3945.sourceforge.net
http://dl.atrpms.net/fc5-i386/atrpms/RPMS.stable/
http://atrpms.net/dist/fc5/
http://people.redhat.com/davej/kerne...5/RPMS.kernel/
http://rpmforge.net/user/packages/

Hi i did follow your step but no luck...

i am on OpenSuse 10.2 and i have Intel 3945ABG

i am really lost i am posting the log her...

ieee80211 version git-1.1.13
Suse kernal 2.6.18.2-34-default

installed http://bughost.org/ipw3945/ from link and copied them into /sbin directory

copied ipw3945-ucode to /lib/firmware directory

and when execute /sbin/ipw3945d
it says version 1.7.22
2007-2-22 ERROR: Could not find Intel PRO/Wireless 3945ABG Network Connection.


executed
modprob ipw3945 and than
dmesg | grep ipw
it shows following

Intel (R) PRO/Wireless 3945 Network Connection driver for linux 1.1.0d
ipw3945.ucode load fail : reason -2


i am totally lost?
please help
 
Old 03-01-2007, 06:56 PM   #54
andreimatei
LQ Newbie
 
Registered: Feb 2007
Posts: 4

Rep: Reputation: 0
Hello,

I'm trying to follow the steps, but on Fedora Core 6. I think I have found the equivalent packages, but when I try to install them, I get a failed dependecy error:

/boot/vmlinuz-2.6.19-1.2911.6.3.fc6 is needed by ieee80211-kmdl-2.6.19-1.2911.6.3.fc6-1.2.16-17.fc6.at.i686

Any ideeas?

Thanks a lot
 
Old 03-02-2007, 12:40 AM   #55
livewire98801
Member
 
Registered: Jun 2004
Location: Seattle, WA
Distribution: Fedora 3/5, Mdk 10, FlavorOfTheWeek
Posts: 77

Rep: Reputation: 15
Quote:
Originally Posted by andreimatei
Hello,

I'm trying to follow the steps, but on Fedora Core 6. I think I have found the equivalent packages, but when I try to install them, I get a failed dependecy error:

/boot/vmlinuz-2.6.19-1.2911.6.3.fc6 is needed by ieee80211-kmdl-2.6.19-1.2911.6.3.fc6-1.2.16-17.fc6.at.i686

Any ideeas?

Thanks a lot

Okay, things have apparently changed. I just updated my install, and had to change some packages around.

Here is my current list of packages:
Code:
livewire@lwmobile:~$ rpm -qa | grep 3945
ipw3945-firmware-1.13-1.fc6.rf
ipw3945d-1.7.22-4.fc6.rf
dkms-ipw3945-1.2.0-1.fc6.rf
A little easier to deal with

You still need the service. Save the following as "/etc/init.d/ipw3945d".
Code:
#!/bin/sh
# $Id$
#
# Init file for IPW3945 regulatory daemon
#
# chkconfig: 345 13 87
# description: Intel Pro Wireless 3945 regulatory daemon
#
# processname: ipw3945d
# pidfile: /var/run/ipw3945d.pid

# Source function library.
. /etc/rc.d/init.d/functions

# Source networking configuration.
. /etc/sysconfig/network

# Check that networking is up.
[ ${NETWORKING} = "no" ] && exit 0

RETVAL=0
prog=ipw3945d
OPTIONS="--quiet --timeout=-1"

start()
{
        echo -n $"Starting $prog: "
        daemon /sbin/ipw3945d $OPTIONS
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/$prog
}

stop()
{
        echo -n $"Stopping $prog: "
        killproc /sbin/ipw3945d
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/$prog
}

case "$1" in
        start)
                start
                ;;
        stop)
                stop
                ;;
        restart)
                stop
                start
                ;;
        condrestart)
                if [ -f /var/lock/subsys/$prog ]; then
                        stop
                        start
                fi
                ;;
        status)
                status /sbin/ipw3945d
                RETVAL=$?
                ;;
        *)
                echo $"Usage: $0 {start|stop|restart|condrestart|status}"
                RETVAL=1
esac
exit $RETVAL
Make sure to set it to start on boot.
 
Old 03-03-2007, 08:35 AM   #56
andreimatei
LQ Newbie
 
Registered: Feb 2007
Posts: 4

Rep: Reputation: 0
Thanks, it works now. I've just rebooted it when it didn't work and now it does. I ignored the error I told you about and forced rpm to install. For some reason, I don't need the script that you sent. Everything works for me without it.
 
Old 03-03-2007, 10:13 AM   #57
livewire98801
Member
 
Registered: Jun 2004
Location: Seattle, WA
Distribution: Fedora 3/5, Mdk 10, FlavorOfTheWeek
Posts: 77

Rep: Reputation: 15
Interesting, I still need the service it creates. Ah well. You might want to avoid forcing installs. Unresolved dependancies can creep up on you when you least expect it and cause very strange instabilities. . . other than that, good luck
 
  


Reply

Tags
how, udev, wireless



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FC5 wireless card Jer1234 Linux - Wireless Networking 8 07-23-2006 10:19 PM
Streaming media files between FC5 and XP Jer1234 Linux - Networking 4 04-20-2006 08:27 AM
configuring wireless on FC5 garfield1228 Linux - Laptop and Netbook 6 04-18-2006 01:57 AM
How to get wireless working on FC5 Hangetsu Fedora 2 03-23-2006 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 09:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration