Go Back   BWHacks > General > Hardware and Software > Linux

Linux Discuss GNU/Linux software and distrubutions

Reply
 
LinkBack Thread Tools

Old 06-14-2007, 06:13 PM   #1 (permalink)
Super
Gold Member

Prophet
 
Super's Avatar
 
Join Date: Jul 2005
Location: Grandma's basement
Posts: 7,384
Super has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond repute
Default So I got linux

I formatted my 2nd hdd with ubuntu 6.06 LTS and got it running and everything. I guess now I need to start loading drivers onto it. The first driver I want to load is for my wi-fi card (so then I can just dl the other drivers from the net). The problem is that the card I have doesn't support linux.

Here's the driver site: http://www.edimax.us/

I have the EW-7128g.

Can anyone help me out with what I have to do, because this is the first time I've ever even used linux.


__________________

AR.

Founder of the official "AKA is my Homeboy" fanclub.
Click here to join.

Super 15 0FF11|\|3   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links


Old 06-14-2007, 06:30 PM   #2 (permalink)
homebrew89

Deviant
 
homebrew89's Avatar
 
Join Date: May 2005
Location: Atlanta, GA
Posts: 125
homebrew89 will become famous soon enough
Default

There's a tool called NDISwrapper that might work for you. Ubunto probably has it preinstalled. What you do is take the .inf file for the card from your Windows partition and link it to the program somehow. It's been awhile since I've used it though, but it worked for me.
__________________
My program page



^^ Some idiot after I rolled on his site... with my fully functioning Comcast service.
homebrew89 15 0FF11|\|3   Reply With Quote

Old 06-14-2007, 06:36 PM   #3 (permalink)
Super
Gold Member

Prophet
 
Super's Avatar
 
Join Date: Jul 2005
Location: Grandma's basement
Posts: 7,384
Super has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond repute
Default

Oh nvm, I just read through some linux support site and it said that every version of ubuntu higher than 5 has drivers that support my wifi card's chipset built in. I'm making this post from linux right now, so hooray.

Keep this thread open just incase I have any other problems (which I most likely will)
__________________

AR.

Founder of the official "AKA is my Homeboy" fanclub.
Click here to join.

Super 15 0FF11|\|3   Reply With Quote

Old 06-14-2007, 07:11 PM   #4 (permalink)
Super
Gold Member

Prophet
 
Super's Avatar
 
Join Date: Jul 2005
Location: Grandma's basement
Posts: 7,384
Super has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond repute
Default

So the max resolution I can set right now is 1024x768

I'm guessing that's cuz I haven't installed the drivers for my 7600gt yet?
I downloaded them from the nvidia website for x86 linux, but when I try to run the file I get this error "gedit has not been able to detect the character coding.
Please check that you are not trying to open a binary file.
Select a character coding from the menu and try again."

What do I do?
__________________

AR.

Founder of the official "AKA is my Homeboy" fanclub.
Click here to join.

Super 15 0FF11|\|3   Reply With Quote

Old 06-14-2007, 09:25 PM   #5 (permalink)
deathknot

Advocate
 
deathknot's Avatar
 
Join Date: Jul 2006
Posts: 188
deathknot will become famous soon enough
Send a message via AIM to deathknot
Default

To change your resolution you have to set it in the xorg.conf.
__________________
deathknot 15 0FF11|\|3   Reply With Quote

Old 06-19-2007, 08:34 PM   #6 (permalink)
Super
Gold Member

Prophet
 
Super's Avatar
 
Join Date: Jul 2005
Location: Grandma's basement
Posts: 7,384
Super has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond repute
Default

So I got wine and I'm in the terminal trying to switch into the directory that I have starcraft installed (which is in window's program files).

I type in "cd /media/disk/Program Files/Starcraft/" in the terminal, but when it can't access the program files folder. It says it doesnt exist. I tried putting an underscore to make Program Files one word, but no go.

Anyone know what I can do?
__________________

AR.

Founder of the official "AKA is my Homeboy" fanclub.
Click here to join.

Super 15 0FF11|\|3   Reply With Quote

Old 06-21-2007, 12:39 AM   #7 (permalink)
homebrew89

Deviant
 
homebrew89's Avatar
 
Join Date: May 2005
Location: Atlanta, GA
Posts: 125
homebrew89 will become famous soon enough
Default

I have a couple questions. Is that for sure the location of your Starcraft directory? If it is, then the command you want to enter should look like:
Code:
cd /media/disk/Program\ Files/Starcraft/
Notice the backslash before the space.

Are you unsure where Starcraft is installed? On my distro, Wine's Drive C directory is under my home directory. To navigate to the Starcraft folder I enter:
Code:
cd ~/.wine/drive_c/Pr*/St*
The asterisks are "complete the phrase" wildcards. I use them a lot since I don't feel like typing paths completely.
__________________
My program page



^^ Some idiot after I rolled on his site... with my fully functioning Comcast service.
homebrew89 15 0FF11|\|3   Reply With Quote

Old 06-21-2007, 12:47 AM   #8 (permalink)
Super
Gold Member

Prophet
 
Super's Avatar
 
Join Date: Jul 2005
Location: Grandma's basement
Posts: 7,384
Super has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond repute
Default

Well starcraft is installed on the hard drive that windows is. Ubuntu is installed on a seperate hard drive. I'm really not sure how that works out in wine since I've never used it before.
__________________

AR.

Founder of the official "AKA is my Homeboy" fanclub.
Click here to join.

Super 15 0FF11|\|3   Reply With Quote

Old 06-21-2007, 01:03 AM   #9 (permalink)
homebrew89

Deviant
 
homebrew89's Avatar
 
Join Date: May 2005
Location: Atlanta, GA
Posts: 125
homebrew89 will become famous soon enough
Default

Since Windows is on a separate hard drive you may have to mount it before you can run Starcraft off of it. Since I don't know the drive's device name, I can't give you an exact command to enter. It should look something like this, though:
Code:
mount /dev/hd???
With the ???'s meaning whatever the device name is. If you are unsure what the device name is, you may have to just mess around until you find it. When you're done, be sure to unmount:
Code:
umount /dev/hd???
Again, the ???'s meaning whatever the device name is. And of course all of this mounting and unmounting must be done as root.
__________________
My program page



^^ Some idiot after I rolled on his site... with my fully functioning Comcast service.
homebrew89 15 0FF11|\|3   Reply With Quote

Old 06-21-2007, 01:14 AM   #10 (permalink)
Super
Gold Member

Prophet
 
Super's Avatar
 
Join Date: Jul 2005
Location: Grandma's basement
Posts: 7,384
Super has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond reputeSuper has a reputation beyond repute
Default

its just called "disk" under "my computer"

and I think I already mounted it since I can view the files in it.
__________________

AR.

Founder of the official "AKA is my Homeboy" fanclub.
Click here to join.

Super 15 0FF11|\|3   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Advertisement

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux YonderKnight Hardware and Software 4 10-16-2007 04:08 AM
Linux for a sh*t computer howardmeis Linux 7 04-14-2007 08:24 AM
What version of Linux? ComradeSlavic Serious Discussion 22 11-04-2006 05:59 PM
[Source] Linux Minishell C bulk_4me Programming 10 11-12-2005 06:14 AM
Linux web server SPARTEN II Hardware and Software 1 02-20-2005 12:55 AM


All times are GMT. The time now is 12:40 PM.


vBulletin style developed by Transverse Styles

Powered by vBulletin Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
Copyright © 2004-2008 BWHacksAd Management by RedTyger