Welcome to Linux Knowledge Base and Tutorial
"The place where you learn linux"

 Create an AccountHome | Submit News | Your Account  

Tutorial Menu
Linux Tutorial Home
Table of Contents

· Introduction to Operating Systems
· Linux Basics
· Working with the System
· Shells and Utilities
· Editing Files
· Basic Administration
· The Operating System
· The X Windowing System
· The Computer Itself
· Networking
· System Monitoring
· Solving Problems
· Security
· Installing and Upgrading
· Linux and Windows

Glossary
MoreInfo
Man Pages
Linux Topics
Test Your Knowledge

Site Menu
Site Map
FAQ
Copyright Info
Terms of Use
Privacy Info
Disclaimer
WorkBoard
Thanks
Donations
Advertising
Masthead / Impressum
Your Account

Communication
Feedback
Forums
Private Messages
Recommend Us
Surveys

Features
HOWTOs
News
News Archive
NukeSentinel
Reviews
Submit News
Topics
User Articles
Web Links

Google
Google


The Web
linux-tutorial.info

Who's Online
There are currently, 239 guest(s) and 1 member(s) that are online.

You are an Anonymous user. You can register for free by clicking here

  
Linux Knowledge Base and Tutorial: Forums



Linux Tutorial :: View topic - linux and sata
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

linux and sata

 
Post new topic   Reply to topic    Linux Tutorial Forum Index -> Getting Started/Newbie
View previous topic :: View next topic  
Author Message
tobyreynolds
Beginner


Joined: May 28, 2006
Posts: 35

PostPosted: Sat Feb 10, 2007 11:38 pm    Post subject: linux and sata Reply with quote

hi

just wandering, is linux able to run resonabily well on a SATA HDD?

thanx
_________________
The Xero has spoken
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
tobyreynolds
Beginner


Joined: May 28, 2006
Posts: 35

PostPosted: Sun Feb 11, 2007 10:01 am    Post subject: Reply with quote

never mind it seems to be running ok Smile

i have a 'd-link dwl g650 wireless pci adapter' how can i get it to work with kubuntu. no sure which version but i downloaded it in september 06 i believe and its got kde 3.5.2

any ideas

thanx
_________________
The Xero has spoken
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
ffreeloader
Master


Joined: Aug 10, 2005
Posts: 561

PostPosted: Mon Feb 12, 2007 5:56 am    Post subject: Reply with quote

There are several versions of the G650. Take a look at the following link and maybe it will help you determine which one it is, and how you can get your version working. Just click on the D in the alphabetical list and then scroll down until you find your adapter.

You may need to run "lspci -v" as root to get a more complete description of your wireless adapter.

Also, if you find you need to use ndiswrapper and have some questions about post them and I'll help you with it.

http://ndiswrapper.sourceforge.net/mediawiki/index.php/List
Back to top
View user's profile Send private message
tobyreynolds
Beginner


Joined: May 28, 2006
Posts: 35

PostPosted: Mon Feb 12, 2007 10:03 pm    Post subject: Reply with quote

sorry i have a 'd-link dwl g-510' and i can't seem to find the linux driver on that site
_________________
The Xero has spoken
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
ffreeloader
Master


Joined: Aug 10, 2005
Posts: 561

PostPosted: Tue Feb 13, 2007 5:13 am    Post subject: Reply with quote

Quote:
sorry i have a 'd-link dwl g-510' and i can't seem to find the linux driver on that site


It looks like, from what I've found, that the only way to set up this card is with ndiswrapper. It's not too hard though. It takes a few steps, but once you have done this a couple times you will find it's actually pretty easy to do.

First, to install ndisrwapper you'll need to install module-assistant. It automates the entire process for you so that you don't need to compile ndiswrapper from source. Just "apt-get install module-assistant" should do the trick for you. It will add either a kernel-headers or linux-headers package and possibly some development packages that it needs to be able to compile and install ndiswrapper.

Once you have module-assistant installed enter, as root, "m-a --auto-install ndiswrapper" at a bash prompt. It will bring up an window in your bash shell and give you step-by-step instructions in how to install ndiswrapper. Follow them all and don't skip any steps.

Once ndiswrapper is installed you will need to find the XP drivers for wireless adapter. You will need, and I'm not exactly sure of which drivers you will need as there are a couple of revisions for this card, the .ini file and the .sys file from the XP drivers.

Once you locate them copy them from the cd to a folder created just for them in your home directory. Then use the cd command in the bash shell to navigate to that directory. Then using sudo or root run ndiswrapper -i filename.ini. After that run the same command using the filename.sys file. If those two commands run successfully run "ndiswrapper -l" (that's a lowercase L for list) and if the drivers installed correctly ndiswrapper will tell you they did and that the hardware is present. If they didn't install correctly, most likely because you chose the wrong .ini or .sys file, you can remove them with ndiswrapper. I can't recall the switch that will unistall the Windows driver but you can find it by just entering "ndiswrapper" all by itself. Do the above until ndiswrapper tells you that you have the correct drivers installed.

Once you have the correct drivers install type "ndiswrapper -m". That will load the files into the kernel. To make sure they load every time you reboot use a text editor as root and edit the file /etc/modules. Create a line that simple says "ndiswrapper". That will cause ndiswrapper to be loaded by the kernel every time you boot.

All that is left is to edit the /etc/network/interfaces file. If you need help with that, ask.

If the Windows drivers are installed using an .exe file in Windows copy that .exe file to the folder you created in your home directory and then install a program called cabextract from the Ubuntu repositories. Once it is installed just make sure you are in the folder that the .exe file is in and enter "cabextract filename.exe". That will extract all the individual files out of the windows installer. Then you can proceed as above.
Back to top
View user's profile Send private message
tobyreynolds
Beginner


Joined: May 28, 2006
Posts: 35

PostPosted: Sun Feb 25, 2007 10:33 am    Post subject: Reply with quote

well i have the ndiswapper on my memory stick but when i plug it into my linux computer i get a message

'a security policy in place prevents this sender from sending this message to this recipient see message but configuration file (rejected message had
interface "org.freedesktop.hal.device..volume"member"mount" error name "(unset)" destinatation ".org.freedesktop.hal")

btw i have decided to install open suse 10.2 and i have changed my account type in the yast adminstrator settings to root to see if i could get it to work but no joy Sad

any help

thanx
_________________
The Xero has spoken
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
tobyreynolds
Beginner


Joined: May 28, 2006
Posts: 35

PostPosted: Sun Feb 25, 2007 4:03 pm    Post subject: Reply with quote

well i burnt the files to a cd and logged in as root and all went well. when i did that thing with ndiswrapper -l the .ini and .sys files came up as invalid driver but the .inf file was successul and the hardware is present

where do i go from here as i don't know how to connect to a wireless network yet
_________________
The Xero has spoken
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
ffreeloader
Master


Joined: Aug 10, 2005
Posts: 561

PostPosted: Sun Feb 25, 2007 5:00 pm    Post subject: Reply with quote

I'm not real familiar with SuSe, but I'll help you out as much as I can. I was under the impression that you were using Ubuntu so that's why I posted all the directions I did. I'm posting a link below that comes from the OpenSuSe website.

http://en.opensuse.org/Ndiswrapper_howto

Just a hint for finding help with the problems you'll be running into in learning a new system: It always helps to go to the site the distro has created because they will almost always have some documentation for the common problems people run into when first using their distribution.
Back to top
View user's profile Send private message
tobyreynolds
Beginner


Joined: May 28, 2006
Posts: 35

PostPosted: Sun Feb 25, 2007 7:34 pm    Post subject: Reply with quote

hi

wow freeloader for the first time ever on any operating system other than Windows, i have internet access

thankyou soo much
_________________
The Xero has spoken
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Linux Tutorial Forum Index -> Getting Started/Newbie All times are GMT
Page 1 of 1

 

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001-2007 phpBB Group
  
Help us cut cost by not downloading the whole site!
Use of automated download sofware ("harvesters") such as wget, httrack, etc. causes the site to quickly exceed its bandwidth limitation and therefore is expressedly prohibited. For more details on this, take a look here

Login
Nickname

Password

Security Code
Security Code
Type Security Code


Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.

Help if you can!


Amazon Wish List
My Amazon.com Wish List

Did You Know?
You can get all the latest Site and Linux news by checking out our news page.


Friends



Help us cut cost by not downloading the whole site!
Use of automated download sofware ("harvesters") such as wget, httrack, etc. causes the site to quickly exceed its bandwidth limitation and therefore is expressedly prohibited. For more details on this, take a look here

Tell a Friend About Us

Bookmark and Share



Web site powered by PHP-Nuke

Is this information useful? At the very least you can help by spreading the word to your favorite newsgroups, mailing lists and forums.
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters. Articles are the property of their respective owners. Unless otherwise stated in the body of the article, article content © 1994-2010 by James Mohr. All rights reserved. The stylized page/paper, as well as the terms "The Linux Tutorial", "The Linux Server Tutorial", "The Linux Knowledge Base and Tutorial" and "The place where you learn Linux" are service marks of James Mohr. All rights reserved.
The Linux Knowledge Base and Tutorial may contain links to sites on the Internet, which are owned and operated by third parties. The Linux Tutorial is not responsible for the content of any such third-party site. By viewing/utilizing this web site, you have agreed to our disclaimer, terms of use and privacy policy. Use of automated download sofware ("harvesters") such as wget, httrack, etc. causes the site to quickly exceed its bandwidth limitation and are therefore expressedly prohibited. For more details on this, take a look here

PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.14 Seconds