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

Notices


Reply
  Search this Thread
Old 06-22-2005, 12:33 PM   #1
Parradux
Member
 
Registered: Dec 2004
Posts: 43

Rep: Reputation: 15
Problems


Ever since i've decided to quit using Windows, and start using Ubuntu i've been running into numerous problems that are in fact quite annoying. I truly need someone to help me to fix them, because I have no clue.

First: ATi drivers. NO matter what I do, they will simply not work. I've followed every single guide posted on this forum/ubuntuforums.org, and glxgears will still not report above 300 FPS. This is my main problem, as I really need to get these drivers to work.

Second problem: every single time I boot into Ubuntu, I have to reconfigure my wireless internet. How do I solve this? Its really annoying me off. By reconfiguring I mean running through the steps: sudo iwconfig eth1 ap/essid/key xxx / sudo dhclient eth1. Is there a way to automate this process?

Third problem: Whenever I try to play any movie that is in .cue/.bin forum, mplayer/VLC will not produce any sound whatsoever. This is a problem for me, because all of my backups of my DVD's are in image format.

I'am running this on an ASUS M6NBe, and would truly like to fix these problems. If I cant I think i'll just go back to Windows, something I really dont want to do.

Thanks.

Last edited by Parradux; 06-22-2005 at 02:29 PM.
 
Old 06-22-2005, 01:53 PM   #2
titanium_geek
Senior Member
 
Registered: May 2002
Location: Horsham Australia
Distribution: elementary os 5.1
Posts: 2,479

Rep: Reputation: 50
I would usually help- but because of the language, I will only give you hints. Please tone down the language in the future, this board caters to many people- please keep your language to "family safe"

ati drivers- it is the manufacturures fault- especially if it is a new card - there are no drivers for linux.
automatically- look up cron
search the forum for the mplayer stuff,

titanium_geek
 
Old 06-22-2005, 02:31 PM   #3
Parradux
Member
 
Registered: Dec 2004
Posts: 43

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by titanium_geek
I would usually help- but because of the language, I will only give you hints. Please tone down the language in the future, this board caters to many people- please keep your language to "family safe"

ati drivers- it is the manufacturures fault- especially if it is a new card - there are no drivers for linux.
automatically- look up cron
search the forum for the mplayer stuff,

titanium_geek
I'am sorry. I edited the above post, removing all of the offensive language. If it offended you i'am sorry.

I was just really annoyed at the problems I keep having. I've tried to fix them, I just dont know how, or I cant find the right thing. If you can help me, that would be greatly appreciated.

Btw, the vid card is a mobility 9700 pro.
 
Old 06-22-2005, 04:01 PM   #4
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
I love Ubuntu. It's currently rivalling Mepis as my distro of choice.

I have to say, though, if a distro won't recognize your hardware no matter what you do, try another distro.
 
Old 06-22-2005, 11:40 PM   #5
Parradux
Member
 
Registered: Dec 2004
Posts: 43

Original Poster
Rep: Reputation: 15
The distro recongizes everything. It all works fine, however, I just have these problems that I need to fix, before i'am prefeclty happy with it.
 
Old 06-23-2005, 11:20 AM   #6
stalefries
Member
 
Registered: Jun 2005
Location: here
Distribution: Ubuntu, maintain a Vector Linux install
Posts: 50

Rep: Reputation: 15
What I would suggest doing is creating a script with that command to fix your wireless. When you have it, Go to System>Preferences>Sessions. Then click the startup programs tab, and tell it to run that script every time.
 
Old 06-23-2005, 01:14 PM   #7
Parradux
Member
 
Registered: Dec 2004
Posts: 43

Original Poster
Rep: Reputation: 15
And I create this script how?
 
Old 06-23-2005, 02:15 PM   #8
sbassett
Member
 
Registered: Dec 2004
Location: USA
Distribution: CentOS 4.4,Ubuntu 6.10&7.04,Win XP(the wife's)
Posts: 151

Rep: Reputation: 30
It would basically consist of creating an empty file starting with

#!/bin/bash
execute this action
execute the next action

where the executes are the steps you listed above.
Then save this as whatever, chmod +x whatever, then place whatever in your startup programs. There are one of 2 ways of automating this even further, though they are both consirdered to be a really insecure way of doing things.

First -

allow sudo with no password

Second -

modify the appropriate commands with s(uper user) bit.

This will make all this transparent when loggin in, but as I have stated, is a much less secure way of doing things. Of course you can always use a graphical sudo program like gksudo in the script, which will merely ask for your password again right after you log in. Hope this helps a wee bit.

Last edited by sbassett; 06-23-2005 at 02:26 PM.
 
Old 06-23-2005, 02:23 PM   #9
sbassett
Member
 
Registered: Dec 2004
Location: USA
Distribution: CentOS 4.4,Ubuntu 6.10&7.04,Win XP(the wife's)
Posts: 151

Rep: Reputation: 30
Oh, and sound issue - please look here if you have not already -

http://ubuntuguide.org/#configuresoundproperly

ATI - as stated above, ATI is mostly to blame for this but all I can do is suggest a couple places to look-

www.ubuntulinux.org/wiki/BinaryDriverHowto

Otherwise, I am truly sorry about your situation.
 
Old 06-23-2005, 03:20 PM   #10
Parradux
Member
 
Registered: Dec 2004
Posts: 43

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by sbassett
Oh, and sound issue - please look here if you have not already -

http://ubuntuguide.org/#configuresoundproperly

ATI - as stated above, ATI is mostly to blame for this but all I can do is suggest a couple places to look-

www.ubuntulinux.org/wiki/BinaryDriverHowto

Otherwise, I am truly sorry about your situation.
I love you. You got my sound working.

As for my vid card, it says that the drivers are already installed :S

When will ATi support Linux?
 
Old 06-23-2005, 08:26 PM   #11
Jengo
Member
 
Registered: Mar 2004
Location: Pasco, WA | USA
Distribution: MEPIS/Gentoo
Posts: 87

Rep: Reputation: 15
ATi Sucks dude, buy Nvidia, they have SUPER SUPER great linux drivers!

Nvidia + Linux = Love!

lol
 
Old 06-23-2005, 08:32 PM   #12
sbassett
Member
 
Registered: Dec 2004
Location: USA
Distribution: CentOS 4.4,Ubuntu 6.10&7.04,Win XP(the wife's)
Posts: 151

Rep: Reputation: 30
This is my last possible suggestion, this is from another forum, sorry guys, but you gotta dig down where ever you can when dealing with ATI.

http://www.ubuntuforums.org/showthread.php?t=32495
 
  


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
Ethernet Adsl Modem Driver Problems And Install Problems... akhilnair Linux - Hardware 12 11-28-2004 08:19 AM
cisco 350 wireless problems and suse x-server problems incognito9 Linux - Wireless Networking 5 10-14-2004 07:53 AM
Problems with OSS while trying to avoid problems in ALSA (scratchy sound) GT_Onizuka Linux - General 1 02-05-2004 11:55 PM
Problems, problems, problems. Lets start with the soundcard Kre8ive Linux - Newbie 5 08-07-2003 01:20 AM
Problems, problems, problems. Lets start with the ES 1868 AudioDrive Kre8ive Linux - Newbie 1 08-06-2003 07:04 PM

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

All times are GMT -5. The time now is 05:02 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