LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-26-2006, 09:40 PM   #1
zahadumy
Member
 
Registered: May 2005
Location: Cluj, Romania
Distribution: Fedora Core 6
Posts: 226

Rep: Reputation: 31
Wireless network not working on Toshiba Sattelite A105-S4094 with 3945abg


Hello... I already read this thread, but I still can't find those rpms needed. They state in that forum that Suse 10.1 will detect automatically any wireless card, but I like Fedora very much and don't really feel like trying another distribution. Is there any other way to do it? Thank you.
 
Old 07-27-2006, 08:23 AM   #2
The_Outlander
Member
 
Registered: Aug 2004
Location: Australia
Distribution: Slackware 12.1
Posts: 235

Rep: Reputation: 30
ndiswrapper may be the solution. This enables you to use the window driver .inf file for your network card.
All the required inf is available on the site.
 
Old 07-29-2006, 08:21 AM   #3
144419855310001
Member
 
Registered: Apr 2006
Distribution: ubuntu 7.04
Posts: 219

Rep: Reputation: 30
Have you upgraded your kernel recently?

I updated to 2157, and unlike kernels 2054, 2096, 2122, etc. this one actually detected my wiereless card. (The kernel people have made some improvements in detecting networking cards)
 
Old 07-29-2006, 01:24 PM   #4
zahadumy
Member
 
Registered: May 2005
Location: Cluj, Romania
Distribution: Fedora Core 6
Posts: 226

Original Poster
Rep: Reputation: 31
No, I didn't. Anyway, the only way I know how to update my kernel is using yum from the internet, but the problem is I don't have an internet connection. Is there any other way to do it?
 
Old 07-31-2006, 09:24 AM   #5
144419855310001
Member
 
Registered: Apr 2006
Distribution: ubuntu 7.04
Posts: 219

Rep: Reputation: 30
Quote:
but the problem is I don't have an internet connection. Is there any other way to do it?
Yes... I have exactly the same problem.


To get the latest kernel, go here on some computer (internet cafe, etc.)

Click on i386 or x86_64 as appropriate to your hardware.
Now the packages on this page are in alphabetical order, so scroll down to "kernel". There are lots of packages here you don't need, but three I suggest you click on and download are:
"kernel", "kernel-devel" and "kernel-kdump": e.g:
kernel-2.6.17-1.2157_FC5
kernel-devel-2.6.17-1.2157_FC5
kernel-kdump-2.6.17-1.2157_FC5

...Of course, you wan't the latest kernel, so choose the highest number available. If you use xen, and need some of the xen kernel packages, then get them there while you're at it.


Now, go to this page:
Choose i386 or x86_64 as appropriate to your hardware. Get whatever packages you need here, e.g.
kmod-ntfs-2.1.27-1.2.6.17_1.2157_FC5
ntfs-kmod-common-2.1.27-1.lvn5.noarch

...for ntfs read support. (Check out ntfsprogs for this though: its better; has some write support. Compile it from source though: don't use the rpm, its old).

OR:
xorg-x11-drv-fglrx-8.26.18-1.lvn5.x86_64.rpm
xorg-x11-drv-fglrx-devel-8.26.18-1.lvn5.x86_64.rpm
xorg-x11-drv-fglrx-libs-32bit-8.26.18-1.lvn5.x86_64.rpm
kmod-fglrx-8.26.18-1.2.6.17_1.2157_FC5.x86_64.rpm
kmod-fglrx-kdump-8.26.18-1.2.6.17_1.2157_FC5.x86_64.rpm

...for the proprietary ATI driver.

Take these rpms home on a USB pen / CD / etc., and install them with rpm -ivh. e.g.:

Quote:
rpm -ivh kmod-ntfs-2.1.27-1.2.6.17_1.2157_FC5.x86_64.rpm ntfs-kmod-common-2.1.27-1.lvn5.noarch.x86_64.rpm
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
For future reference:

The two other pages you'l need for rpms are:

(Click on advanced search and just select Fedora 5)
and
...which isn't quite as good as the pbone website, but still useful.

These two pages are for searching for rpm dependencies. This will happen when you download an rpm from somewhere
(e.g. the fedora extras page: http://download.fedora.redhat.com/pu...a/linux/extras)

and when you try and use "rpm -ivh" to try and install the rpm, it tells you are missing something, e.g. lib_expat.so.0. You then type "lib_expat.so.0" into rpm.pbone.net, and it will tell you all the places where you can download the rpm its dependent on. However, you may occasionally fall into so-called "dependency hell", which is the frustrating thing about not using yum sometimes. Still, if you don't have the internet, you'll have to.

Last edited by 144419855310001; 07-31-2006 at 09:27 AM.
 
Old 08-02-2006, 06:50 PM   #6
zahadumy
Member
 
Registered: May 2005
Location: Cluj, Romania
Distribution: Fedora Core 6
Posts: 226

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by 144419855310001
Have you upgraded your kernel recently?

I updated to 2157, and unlike kernels 2054, 2096, 2122, etc. this one actually detected my wiereless card. (The kernel people have made some improvements in detecting networking cards)
Yeah, I just updated to 2157 but still, when I go to System -> Configuration -> Network I can't find there in the Hardware tab any wireless network card. Any suggestions? Thank you.
 
Old 08-03-2006, 07:43 AM   #7
144419855310001
Member
 
Registered: Apr 2006
Distribution: ubuntu 7.04
Posts: 219

Rep: Reputation: 30
Have you set it up yet, though?

In system-config-network, click on the "new" button, Click on Device Type: "Wireless connection", then Forward, and hopefully your network card should be shown just above "Other Wireless Card".

If it only shows "Other Wireless Card", you might just have to use ndiswrapper like the other guy said.
 
Old 08-04-2006, 05:41 PM   #8
zahadumy
Member
 
Registered: May 2005
Location: Cluj, Romania
Distribution: Fedora Core 6
Posts: 226

Original Poster
Rep: Reputation: 31
All I see there is "Other Wireless Card", so I tried to install ndiswrapper, like you guys suggested. I found this link where is explained in detail how to install it. Everything went just like there is stated there until I tried "modprobe ndiswrapper", when I write this command my laptop freezes. I tried 3 times and the last time I let it work for about 5 minutes, so Linux definetely crashed. It might be because I upgraded to kernel 2.6.17 and I installed these 3 rpms: kernel-2.6.17-1.2157_FC5.i686, kernel-devel-2.6.17-1.2157_FC5.i686, kernel-kdump-2.6.17-1.2157_FC5.i686. Do you have any suggestions? Thanks a lot.
 
Old 08-06-2006, 06:12 PM   #9
zahadumy
Member
 
Registered: May 2005
Location: Cluj, Romania
Distribution: Fedora Core 6
Posts: 226

Original Poster
Rep: Reputation: 31
I tried to do it again with 2.6.16 kernel and my computer just restarts when I try "modprobe ndiswrapper". Does anyone have any idea why is this happening? Because I'm trying to do this for a week now... Thank you.
 
  


Reply



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
toshiba satellite A105 S2051 pinksheep Linux - Laptop and Netbook 13 08-08-2007 01:50 PM
Toshiba Satellite A105-S2101 I need Help Odin5578 Linux - Laptop and Netbook 7 09-06-2006 01:16 PM
crash on toshiba satellite a105, gentoo afrodocter Linux - Hardware 2 07-20-2006 07:08 AM
10.2 install on Toshiba Satellite A105-S4004 DennisTheMenace Slackware - Installation 14 06-05-2006 10:28 AM
Kubuntu and Toshiba Sattelite Pro one_ro Linux - Laptop and Netbook 2 09-07-2005 02:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 05:48 AM.

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