LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-23-2006, 02:17 PM   #1
mad_willsy
LQ Newbie
 
Registered: May 2006
Posts: 23

Rep: Reputation: 15
Ubuntu - Many newbie problems...


Hi ive just installed linux on my computer and have fallen in love with it instantly, except for the following:

1. Music that sounds fine in w*****s XP souns naff in linux (and wma's dont even play!)
2. Drive partitioned, 1 for linux, 1 for w*****s, and some swap space. Linux reads its partition (e) but w*****s partition (c) isn't on desktop. W*****s cant see linux's partition.
3. Not the fogyest on how to uninstall/install anythinf w.s.e.
4. Screen resolution HUGE and not all suported modes are displayed in list (under system/preferences/screen resolution)
5. 2. doesnt matter if the answer to this question is yes. If i put a new 250GB HD in (1 in atm is only big enough for w** and linux anyway), will both OS's see it and write/read to it in harmony (i use w** for dreamweaver and fireworks and fash)

Sorry if I confused you!

Help apreciated!

p.s. W*****s has been reinstalled here so many times now that it has now become a swear word, hense the ***.
 
Old 05-23-2006, 02:28 PM   #2
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
Hi

Welcome to LQ! Let me see if I can answer a couple of your questions.

1. WMA codecs have to be downloaded and installed to play in XMMS and other media players. You can get them from a number of sources (not sure for Ubuntu, but googling will get you there pretty easy. Need a little more info about sound to try to help there (what card, on board, etc. using alsa-config)

2. You will not have the windows partition on your desktop unless you create a folder for it and mount it there. Also, if it is XP and NTFS, you will need that support in your kernel to read NTFS file systems. Windows will not recognize linux partitions.

3.Installing and uninstalling presents you with some choices, but in Ubuntu (which is Debian based), apt-get is the command. You can also use the GUI called Synaptic for installing/uninstalling software. You can also install source code. If you need instruction on that, it is available here.

4. To help with your display, we will need to know what your graphics card is. For example, if it is nVidia, you will need the nVidia Linux drivers to properly control your display.

5. Windows and Linux will be on separate partitions, so it does not matter what you do individually in each separate system. They do not interact, unless you want to read NTFS file by mounting them.

Hope this helps,

Bob
 
Old 05-23-2006, 02:37 PM   #3
mad_willsy
LQ Newbie
 
Registered: May 2006
Posts: 23

Original Poster
Rep: Reputation: 15
I am VERY confused. My motherboard is a gigabyte ga-7vaxp. No. 2 is np to be left as it is because if they will both read and write off another HD happily then thats fine. What file system will they both work with? graphics card is ASUS V9480/TVD Ti4800SE (copied off box)
 
Old 05-23-2006, 02:47 PM   #4
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
If I am correct about what you are asking, i.e. will Linux and Windows read and interact with their own partitions without interfering with each other, the answer is yes. There will be no problem there. You can mount Wndows partitions in Linux and read the files from Windows, but Windows (as far as I know) will not read Linux files. FAT32 is a filesystem that both OS will write to just fine.

Bob
 
Old 05-23-2006, 02:50 PM   #5
mad_willsy
LQ Newbie
 
Registered: May 2006
Posts: 23

Original Poster
Rep: Reputation: 15
So if I add another Hd to my computer and format in in FAT32 then it will mount on desktop (like when i insert cd usb drive etc) and show in my computer? What about getting display drivers and making music sound better? I have both install CDs but no linux drivers on them. Sorry for being such a n00b. Windows for 8 yrs, installations are so simple and 'automatic', allthough this is exactly what makes it venerable to spyware etc!
 
Old 05-23-2006, 03:40 PM   #6
Michael_aust
Member
 
Registered: Aug 2005
Location: Lancashire (United Kingdom)
Distribution: Debian Etch, on 686 machine.
Posts: 509

Rep: Reputation: 31
http://www.ubuntulinux.nl/source-o-matic

this link will help you et the repositories needed for installing the w32codecs so you an play wma files.

To get the right resolution on your monitor from a terminal type:
sudo dpkg-reconfigure x-server-xorg

then when you get to the page asking about monitor sizes, what ever you choose as the biggest will become the default.

synaptic is the tool you used for installing/updating/removing software, its in the gnome menu with all your other programs.

this guide will help, its made for an older version of ubuntu but the majority of it will be applicable to the version you are using.
 
Old 05-23-2006, 03:47 PM   #7
wraithe
Member
 
Registered: Feb 2006
Location: Australia
Distribution: Linux... :-)
Posts: 241
Blog Entries: 1

Rep: Reputation: 50
just a note about playing wma's...
goto synaptic and open it...
in settings tick the depositories for universal and (dam stuck in win) its ? got it multiverse...
then ok it..
that will give you access to the depositories for wma codecs...
i use rythmbox and am able to play any music i like...
setting up 5.1 sound can be tricky and wont go there but stereo works fine...

Last edited by wraithe; 05-23-2006 at 03:48 PM.
 
Old 05-23-2006, 04:10 PM   #8
manishsingh4u
Member
 
Registered: Oct 2005
Location: Bhopal, India
Distribution: RHEL 6
Posts: 422

Rep: Reputation: 30
If your Linux is on an ext2 filesystem, you can still get read/write access on your linux partitions through windows. A driver is need for this purpose. Here's the link
http://www.fs-driver.org/index.html

If you want to see your windows partitions on linux, you need to run following commands
this command will show you the hard discs in your system what partitions do you have on your hard discs
Code:
sudo fdisk -l
Now you can mount any partions to any directory on your linux
For eg: Suppose you have some hard disk which linux identifies as hda in /dev directory, then you can mount any patition (say a fat32 partition named /dev/hda5) using command similar to thsee.
1) Make any directory where u would mount a partition
Code:
sudo mkdir /media/anydir
2) Mount a partition
Code:
sudo mount -t vfat -w /dev/hda5 /media/anydir
3) See it's contents
Code:
ls /media/anydir
If you want to install any package, suppose XMMS, you can use apt-get to install it from the Ubuntu repositories
Code:
sudo apt-get install xmms
apt-get will take care of all the dependencies and install them if they are available on the repository.

As far as I know, there should be no sound problems, if ubuntu has identified your hardware and installed proper drivers for it. Mine works fine.

I don't know about the screen resolution problem as I haven't faced it with Ubuntu yet.
 
Old 05-23-2006, 06:36 PM   #9
Unicron
Member
 
Registered: Feb 2005
Distribution: Ubuntu (Dapper)
Posts: 32

Rep: Reputation: 15
I too am a newbie to ubuntu and am really impressed with it, I installed it a couple of weeks ago and have managed to set up lots of great features now using this guide http://ubuntuguide.org/

Id recommend having a read through there as it covers a lot of the basic stuff that new users would want and explains it very clearly

Hope this is as helpful to you as it was (is) to me

Uni
 
Old 05-23-2006, 07:49 PM   #10
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
"Unofficial Ubuntu 5.10 (Breezy Badger) Starter Guide"
http://easylinux.info/wiki/Ubuntu
 
Old 05-24-2006, 12:44 AM   #11
phoenix49
Member
 
Registered: Jun 2005
Location: Azerbaijan/Baku
Distribution: Fedora Core 6 "Zod"
Posts: 179

Rep: Reputation: 30
Try http://easyubuntu.freecontrib.org/

What about windows - you can try http://www.fs-driver.org/
 
Old 05-24-2006, 01:01 AM   #12
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Quote:
Originally Posted by phoenix49
Thanks for that link, I just added it to my Learning Linux webpage.

Kinda takes the place of the old add-on cd.
 
Old 05-24-2006, 09:46 AM   #13
mad_willsy
LQ Newbie
 
Registered: May 2006
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Michael_aust
http://www.ubuntulinux.nl/source-o-matic

this link will help you et the repositories needed for installing the w32codecs so you an play wma files.

To get the right resolution on your monitor from a terminal type:
sudo dpkg-reconfigure x-server-xorg

then when you get to the page asking about monitor sizes, what ever you choose as the biggest will become the default.

synaptic is the tool you used for installing/updating/removing software, its in the gnome menu with all your other programs.

this guide will help, its made for an older version of ubuntu but the majority of it will be applicable to the version you are using.
Package `x-server-xorg' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: x-server-xorg is not installed
will@ubuntu:~$
 
Old 05-24-2006, 09:53 AM   #14
mad_willsy
LQ Newbie
 
Registered: May 2006
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by wraithe
just a note about playing wma's...
goto synaptic and open it...
in settings tick the depositories for universal and (dam stuck in win) its ? got it multiverse...
then ok it..
that will give you access to the depositories for wma codecs...
i use rythmbox and am able to play any music i like...
setting up 5.1 sound can be tricky and wont go there but stereo works fine...
Sorry I am very lost. I am in synaptic package manager and cannot see any depositories
 
Old 05-24-2006, 10:01 AM   #15
mad_willsy
LQ Newbie
 
Registered: May 2006
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by manishsingh4u
If your Linux is on an ext2 filesystem, you can still get read/write access on your linux partitions through windows. A driver is need for this purpose. Here's the link
http://www.fs-driver.org/index.html

If you want to see your windows partitions on linux, you need to run following commands
this command will show you the hard discs in your system what partitions do you have on your hard discs
Code:
sudo fdisk -l
Now you can mount any partions to any directory on your linux
For eg: Suppose you have some hard disk which linux identifies as hda in /dev directory, then you can mount any patition (say a fat32 partition named /dev/hda5) using command similar to thsee.
1) Make any directory where u would mount a partition
Code:
sudo mkdir /media/anydir
2) Mount a partition
Code:
sudo mount -t vfat -w /dev/hda5 /media/anydir
3) See it's contents
Code:
ls /media/anydir
If you want to install any package, suppose XMMS, you can use apt-get to install it from the Ubuntu repositories
Code:
sudo apt-get install xmms
apt-get will take care of all the dependencies and install them if they are available on the repository.

As far as I know, there should be no sound problems, if ubuntu has identified your hardware and installed proper drivers for it. Mine works fine.

I don't know about the screen resolution problem as I haven't faced it with Ubuntu yet.
I get to 2) Mount a partition and get the following

will@ubuntu:~$ sudo mkdir /media/windows
will@ubuntu:~$ sudo mount -t vfat -w /dev/hda1 /media/windows#
mount: mount point /media/windows# does not exist
will@ubuntu:~$ sudo mount -t vfat -w /dev/hda1 /media/windows
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

will@ubuntu:~$
 
  


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
ubuntu vs fc5 (for a newbie) niaski Linux - Software 3 04-12-2006 04:13 AM
Advise for Ubuntu Linux newbie Flash3441 Linux - Software 6 01-13-2006 03:53 PM
Ubuntu newbie: kde and packages Clemente Ubuntu 3 09-18-2005 12:24 PM
Newbie Ubuntu Problems mario8723 Linux - Newbie 3 03-05-2005 08:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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