Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-07-2006, 11:58 PM   #1 (permalink)
In The Zone
 
blackleopard92's Avatar
 
Join Date: Sep 2004
Posts: 310
Default installing ubuntu, flash, errors, and more help needed


Taking advice of jGuru, I got the PC world magzine and installed Kubuntu on a new 80 Gb SATA HD i bought.
Well Linux is all great and Windows is suddenly feeling primitive, I am facing problems
Firstly, It's taking too long to load.and I am getting this error on loading.It loads fine though.
[4294708.295000]Buffer I/O error on device hdc, Logical block 2.
I get 8 of these errors, all with this format.
[429xxx.xxx000]]Buffer I/O error on device hdc, Logical block 2/3/4/5/6/7/0.

although it loads fine after this, but errors are bad.

secondly, I had to download Flash.now how do I install it?

thirdly, I seem to be unable to access my HD on which Windows was installed.Also, when I select any partition on Windows HD( there are four of them) I get the following error.

Could not mount device
the reported error was:

mount: can't find /dev/sda1 in /etc/fstab or /etc/mtab

I need to access it because all my music is on that disk!!!
one thing I noticed was that Windows has become extremely slower when I first used live CD.
the windows HD is NTFS partitions.

fourth,I am unable to access my DVD rom drive.It seems like it hasn't detect it.

fifth, I need a C++ editor/compiler.Any ideas?

sixth,at 800x600, all these fonts seem to be too big.How do I change them?

seventh, is the help file good?

and lastly, the messenger (kopete) uses smiley set different from yahoo/MSN.how do I add more to it?

one more thing. I use the shortcut alt+s to quickly reply in Windows.However, in Konqueror, it leads to opening of Settings menu.Any ideas to change it?
waiting for the replies,
leo

Last edited by blackleopard92; 08-07-2006 at 12:00 AM.
blackleopard92 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 08-07-2006, 12:24 AM   #2 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: installing ubuntu, flash, errors, and more help needed

Have you installed FireFox browser? Then get the plugins including Flash from here:
https://addons.mozilla.org/firefox/plugins/
I 'll help & fix all your problems ,please hang on. I'm loading Kubuntu now.

Mounting Windows partitions:
------------------------------------------
Press Alt + F2 . This opens the Run command dialog box. Type 'System Settings' click on the 'Run ' button.
Now this opens the System Settings Window where you can configure you mouse, keyboard, monitor
resolution etc., Almost all.
For mounting files you need to get some details about them so in System Settings click on "Disks & FileSystems".
It displays & shows the partitions. Shows Windows partitions as vfat. Note it down in the order like hda1, hda2 etc.,

In your home folder create folders (by right-clicking->Create folder) like 'win_c', 'win_d', 'Win_e' etc.,

Run the Konsole (Terminal Window)
You need become the Root User:
$ sudo -s
$ mount /dev/hda1 /home/ubuntu/win_c
$ mount /dev/hda2 /home/ubuntu/win_d
$ mount /dev/hda3 /home/ubuntu/win_e

NOTE : Replace /home/ubuntu with your Login Name. If your Login name is 'ajay' then it will be /home/ajay/win_c
Now repeat the same procedure for the partitions you want to mount.

To change the Monitor Resolution:
-----------------------------------------------
Open System Settings , click on 'Display' and change it.

Last edited by JGuru; 08-07-2006 at 01:20 AM.
JGuru is offline  
Old 08-07-2006, 01:13 AM   #3 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: installing ubuntu, flash, errors, and more help needed

Quote:
Originally Posted by blackleopard92
[4294708.295000]Buffer I/O error on device hdc, Logical block 2.
I get 8 of these errors, all with this format.
[429xxx.xxx000]]Buffer I/O error on device hdc, Logical block 2/3/4/5/6/7/0.

although it loads fine after this, but errors are bad.
Which is that partition hdc? t seems a problem with cd/dvd drive. If you have no idea post the output of
Code:
fdisk -l
and contents of the file /etc/fstab

Quote:
Originally Posted by blackleopard92
secondly, I had to download Flash.now how do I install it?
Here's the answer from Macromedia site
1. Click the "Download Now" button. A dialog box will appear asking you where to save the Installer.
2. Save the Installer to your desktop and wait for the file to download completely.
3. Unpackage the file. A directory called install_flash_player_7_linux will be created.
4. Navigate to this directory and from the command line type ./flashplayer-installer to run the installer (Note: this can only be run from the command line). The installer will instruct you to shut down your browser(s).
5. Once the installation is complete, the plug-in will be installed in your Mozilla browser. To verify, launch Mozilla and choose Help > About Plug-ins from the browser menu.


Quote:
Originally Posted by blackleopard
thirdly, I seem to be unable to access my HD on which Windows was installed.Also, when I select any partition on Windows HD( there are four of them) I get the following error.

Could not mount device
the reported error was:

mount: can't find /dev/sda1 in /etc/fstab or /etc/mtab

I need to access it because all my music is on that disk!!!
one thing I noticed was that Windows has become extremely slower when I first used live CD.
the windows HD is NTFS partitions.
Again output of you /etc/fstab file will be needed.

Quote:
Originally Posted by blackleopard
fourth,I am unable to access my DVD rom drive.It seems like it hasn't detect it.
Seems like that is /dev/hdc

Quote:
Originally Posted by blackleopard
fifth, I need a C++ editor/compiler.Any ideas?
gc++
Quote:
Originally Posted by blackleopard
sixth,at 800x600, all these fonts seem to be too big.How do I change them?
Sorry no idea.

Quote:
Originally Posted by blackleopard
seventh, is the help file good?
Which help file? If you are talking about man pages they are very good.

Quote:
Originally Posted by blackleopard
and lastly, the messenger (kopete) uses smiley set different from yahoo/MSN.how do I add more to it?
Try Gaim. IMO it's the best IM client for Linux. IT will solve smileys problem.

Quote:
Originally Posted by blackleopard
one more thing. I use the shortcut alt+s to quickly reply in Windows.However, in Konqueror, it leads to opening of Settings menu.Any ideas to change it?
waiting for the replies,
Don't remember been quite a while since I used KDE. Try peeking around in KDE control centre.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-07-2006, 01:15 AM   #4 (permalink)
Apprentice
 
Join Date: May 2006
Posts: 65
Default Re: installing ubuntu, flash, errors, and more help needed

Quote:
Originally Posted by blackleopard92
Taking advice of jGuru, I got the PC world magzine and installed Kubuntu on a new 80 Gb SATA HD i bought.
Well Linux is all great and Windows is suddenly feeling primitive, I am facing problems
Firstly, It's taking too long to load.and I am getting this error on loading.It loads fine though.
[4294708.295000]Buffer I/O error on device hdc, Logical block 2.
I get 8 of these errors, all with this format.
[429xxx.xxx000]]Buffer I/O error on device hdc, Logical block 2/3/4/5/6/7/0.

although it loads fine after this, but errors are bad.
Strange one, lets tackle it later.

Quote:
Originally Posted by blackleopard92
secondly, I had to download Flash.now how do I install it?
Did you read and follow https://help.ubuntu.com/community/RestrictedFormats

Quote:
Originally Posted by blackleopard92
thirdly, I seem to be unable to access my HD on which Windows was installed.Also, when I select any partition on Windows HD( there are four of them) I get the following error.

Could not mount device
the reported error was:

mount: can't find /dev/sda1 in /etc/fstab or /etc/mtab

I need to access it because all my music is on that disk!!!
one thing I noticed was that Windows has become extremely slower when I first used live CD.
the windows HD is NTFS partitions.
Add this line to /etc/fstab -
Code:
/dev/sda1 /media/windows auto defaults,umask=000 0 0
Assuming you have created a directory called /media/windows and your disk is sata, it should work.

Quote:
Originally Posted by blackleopard92
fourth,I am unable to access my DVD rom drive.It seems like it hasn't detect it.
Strange, save this one for later too.

Quote:
Originally Posted by blackleopard92
fifth, I need a C++ editor/compiler.Any ideas?
Code:
sudo aptitude install build-essential
Should do it. For an editor use vim or KWrite.

Quote:
Originally Posted by blackleopard92
sixth,at 800x600, all these fonts seem to be too big.How do I change them?
You need to edit your xorg.conf to get you atleast 1024x768. Strange ubuntu did not detect it automatically. Attach your /etc/X11/xorg.conf in reply.

Quote:
Originally Posted by blackleopard92
seventh, is the help file good?
Very.

Quote:
Originally Posted by blackleopard92
and lastly, the messenger (kopete) uses smiley set different from yahoo/MSN.how do I add more to it?
I am sure there is a way to do that, by adding smiley themes. But problem with kopete is that it will not use the theme depending on protocol - it will use same theme for msn, yahoo, jabber.. So if smilies are of prime concern, i suggest you to install gaim, which can have different smilies as per the protocol.
Code:
sudo aptitude install gaim
Quote:
Originally Posted by blackleopard92
one more thing. I use the shortcut alt+s to quickly reply in Windows.However, in Konqueror, it leads to opening of Settings menu.Any ideas to change it?
Try doing it in firefox.

Waiting for feedback,
Cheers !
rohandhruva is offline  
Old 08-07-2006, 12:37 PM   #5 (permalink)
In The Zone
 
blackleopard92's Avatar
 
Join Date: Sep 2004
Posts: 310
Default Re: installing ubuntu, flash, errors, and more help needed

the hdc error seems to due to my DVD drive.In fact, even windows has problem with it.Windows can't enable DMA on it, if I do it manually, it crashes.It works on a pathetic speed of 0.48x.
I have been trying to get Samsung people to change the drive, but they all say that it's your system problem.Maybe now they would listen.

Quote:
Originally Posted by JGuru
Mounting Windows partitions:
------------------------------------------
Press Alt + F2 . This opens the Run command dialog box. Type 'System Settings' click on the 'Run ' button.
Now this opens the System Settings Window where you can configure you mouse, keyboard, monitor
resolution etc., Almost all.
For mounting files you need to get some details about them so in System Settings click on "Disks & FileSystems".
It displays & shows the partitions. Shows Windows partitions as vfat. Note it down in the order like hda1, hda2 etc.,

In your home folder create folders (by right-clicking->Create folder) like 'win_c', 'win_d', 'Win_e' etc.,

Run the Konsole (Terminal Window)
You need become the Root User:
$ sudo -s
$ mount /dev/hda1 /home/ubuntu/win_c
$ mount /dev/hda2 /home/ubuntu/win_d
$ mount /dev/hda3 /home/ubuntu/win_e

NOTE : Replace /home/ubuntu with your Login Name. If your Login name is 'ajay' then it will be /home/ajay/win_c
Now repeat the same procedure for the partitions you want to mount.
it's giving permission denied error.And I have logged into root.

here's is the output of fdisk -l
Code:
root@adi:~# fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        2422    19454683+   7  HPFS/NTFS
/dev/sda2            2423        9728    58685445    f  W95 Ext'd (LBA)
/dev/sda5            2423        4844    19454683+   7  HPFS/NTFS
/dev/sda6            4845        7266    19454683+   7  HPFS/NTFS
/dev/sda7            7267        9728    19775983+   7  HPFS/NTFS

Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1           6       48163+   7  HPFS/NTFS
/dev/sdb2   *           7        9399    75449272+  83  Linux
/dev/sdb3            9400        9729     2650725    5  Extended
/dev/sdb5            9400        9729     2650693+  82  Linux swap / Solaris
contents of /etc/fstab -
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/sdb2       /               ext3    defaults,errors=remount-ro 0       1
/dev/sdb5       none            swap    sw              0       0
/dev/hda        /media/cdrom0   udf,iso9660 user,noauto     0       0
I am going to delete Kubuntu and install ubuntu, because of easier "installation" of software in ubuntu.
blackleopard92 is offline  
Old 08-07-2006, 01:06 PM   #6 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: installing ubuntu, flash, errors, and more help needed

Don't use SamSung DVD drives use Sony it is the best. I use Sony DVD drive.
I'm using it for the last 2 years. You can write CD/DVDs at the fastest speed.
DMA is enabled. Not even a single problem or errors.

Last edited by JGuru; 08-07-2006 at 01:12 PM.
JGuru is offline  
Old 08-07-2006, 02:13 PM   #7 (permalink)
Apprentice
 
Join Date: May 2006
Posts: 65
Default Re: installing ubuntu, flash, errors, and more help needed

Well, ubuntu or kubuntu is a personal preference, try both, use whatever you are familiar with - GNOME or KDE.

Why did you not add the line i said, to /etc/fstab ?
Code:
/dev/sda1 /media/windows auto defaults,umask=000 0 0
That must work, and you will not get permission errrors. You should not mount such disks in /home, as this is not the normal place. /media will also be HAL compatible, so it will appear in the Places menu in gnome or in "Storage Media" in kde.

Also, give appropriate replies if the other suggestions worked, in order to help everyone else on the forum too !
rohandhruva is offline  
Old 08-07-2006, 06:02 PM   #8 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default Re: installing ubuntu, flash, errors, and more help needed

hmm..
Cant u enable dma in it??
i hope ubuntu has hdparm but i dont know, grab its sources from freshmeat or find and install it from somewhere in apt,
then do,
Quote:
hdparm -d1c3u1 /dev/hdc
read hdparm manuals, for other options.
__________________
Call it Emacs,
Love it or Leave it.
Satissh S is offline  
Old 08-07-2006, 07:57 PM   #9 (permalink)
In The Zone
 
blackleopard92's Avatar
 
Join Date: Sep 2004
Posts: 310
Default Re: installing ubuntu, flash, errors, and more help needed

Quote:
Originally Posted by rohandhruva
Well, ubuntu or kubuntu is a personal preference, try both, use whatever you are familiar with - GNOME or KDE.
I am familiar with Explorer...
But gnome seems similar to Explorer, so maybe a little time on it for becomming comfortable.But KDE seemed more powerful...

Ubuntu gave me option to mount windows partiton, so there is no problem on that part.However, I would love to know how to manually mount them,
There is still some space left that hasn't been mounted.

Quote:
Originally Posted by rohandhruva
Also, give appropriate replies if the other suggestions worked, in order to help everyone else on the forum too !
I am sorry, but I couldn't appply your soln.Because my father needed to use to PC, and my Windows installation had become corrupt.So I spent the whole last night getting Windows back into working condition.

However, I am still facing the DVD(hdc) problem.It slows booting by almost 30 secs.The only was I found out of it was to disconnect my HD.
Is there any way to stop ubuntu from trying to dectect it?

Last edited by blackleopard92; 08-07-2006 at 11:36 PM.
blackleopard92 is offline  
Old 09-07-2006, 01:15 AM   #10 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: installing ubuntu, flash, errors, and more help needed

You should disable hardware detection during booting. Remember if you do this and
if you add any new hardware , the appropriate drivers won't be loaded & it won't
work!! This is very risky. There is a problem with your DVD drive. Have it replaced
with a good one.
JGuru is offline  
Old 09-07-2006, 01:21 AM   #11 (permalink)
In The Zone
 
blackleopard92's Avatar
 
Join Date: Sep 2004
Posts: 310
Default Re: installing ubuntu, flash, errors, and more help needed

Quote:
Originally Posted by JGuru
You should disable hardware detection during booting. Remember if you do this and
if you add any new hardware , the appropriate drivers won't be loaded & it won't
work!! This is very risky. There is a problem with your DVD drive. Have it replaced
with a good one.
I would hardly use ubuntu for normal work for around 2 weeks or so.Hence I do not have to worry about new hardware issues.
so, how do I disable hardware detection?
blackleopard92 is offline  
Old 10-07-2006, 12:10 AM   #12 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: installing ubuntu, flash, errors, and more help needed

I'm sorry that's not recommended for beginners. You need to edit the System
files and if things go wrong you won't be able to boot!! Replacing your DVD drive
with a good one , since it's faulty.

Last edited by JGuru; 10-07-2006 at 12:12 AM.
JGuru is offline  
Old 16-08-2006, 12:30 PM   #13 (permalink)
Right Off the Assembly Line
 
Join Date: Aug 2006
Location: Chennai
Posts: 3
Default Re: installing ubuntu, flash, errors, and more help needed

To mount an NTFS partion check out this guide -

http://everythingelse.wordpress.com/2006/07/19/89/

BTW, DMA is enabled by default in Ubuntu 6.06 Dapper
screechingcat is offline  
Old 16-08-2006, 05:27 PM   #14 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: installing ubuntu, flash, errors, and more help needed

While booting Ubuntu. when Ubuntu detects your DVD drive. Just press 'Ctrl + C'.
Release the keys after DVD drive checking is done. This skips the DVD checking
process. I hope you get the point.
JGuru is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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


 
Latest Threads
- by topgear

Advertisement




All times are GMT +5.5. The time now is 08:51 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2