LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-27-2003, 07:19 AM   #16
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69

Yeah, the makefile is there, simply run:
make
make install
There isn't much to configure for with that program.

Cool
 
Old 01-27-2003, 07:24 AM   #17
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by GtkUser
I wouldn't call this an emergency or anything, I mean I have a nice 32" flatscreen digital telelision and a dvd player for that.
Which Flat screen do you have? I have a Sony Wega (Vega, whatever ). I love it, always looks great, and when I see other screens it really helps me to re-appreciate the flat screen technology

Cool
 
Old 01-27-2003, 07:31 AM   #18
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
Code:
[root]# ./hdparm -d1 /dev/cdrom

/dev/cdrom:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma    =  0 (off)
I guess it didn't work, but I do have hdparm installed now in that directory. Now that I think about it, my dvd player is ancient, it's about five or six years old (only a 6x speed creative PC-DVD).

Regarding my television, it's a JVC. I have an xbox hooked up to it :+)
 
Old 01-27-2003, 07:36 AM   #19
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Try using the actual device rather than the symlink. Also, I believe if you check out either the man page or the help file that there is a feature that will show you what things your drive is capable of handling.

My buddy has a JVC, very nice as well. Gotta love the flat screen.

Cool
 
Old 01-27-2003, 07:45 AM   #20
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
Code:
./hdparm -d1 /dev/hdc

/dev/hdc:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma    =  0 (off)
Same result. I looked at the manpage, however I am probably only interested in trying to activate DMA. Thanks for assisting me. I am satisfied with having attempted to get it to work, but it looks like I'll have to switch back to Microsoft ...j/k.

The flatscreen is very nice. I noticed the difference more on the computer when I switched to flatscreen (NEC MultiSync FE700+) as opposed to the transition to a flatscreen TV. I was probably desensitized to the flatscreen by the time I had the TV.
 
Old 01-27-2003, 07:52 AM   #21
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by GtkUser
I am satisfied with having attempted to get it to work, but it looks like I'll have to switch back to Microsoft ...j/k.
Uh oh, I'm all sweating bullets now...

I don't know why I let those things get to me, but when people say those kinds of things (and are serious) it's almost motivation to find every possible solution for them, until every option has been exhausted.

Have you given the -cache 128 (or more) option a run for it's money? Yeah, I agree maybe your drive is a bit too old for the dma function, but I really don't know. New ones are relatively cheap, found some on www.pricewatch.com for like 40 bux the other day.

Cool
 
Old 01-27-2003, 08:05 AM   #22
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
I think that one of the singlemost constraints frequently encountered by new/beginner end users of Linux has to be multimedia. In addition I wasn't able to figure out how to install Java2 for a while (see my webpage), but once I collected the information and installed fash 6, things livened up on Galeon.

Many sites like Sourceforge are good resources, however they don't provide simple instructions for beginners. This website is a useful resource. They should preinstall a link to this website as an icon on the RH desktop.
 
Old 01-27-2003, 08:09 AM   #23
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Good idea, I think I'll fire off an email or something similar to both Mandrake and Redhat later on/tonight suggesting this. They throw on those links to their sites, why not throw one on to a decent help site as well?

Cool
 
Old 01-27-2003, 08:39 AM   #24
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
My other idea (to send to RH) has to do with technological systems.

Vendors like Microsoft and Sun Microsystems can collect money from customers because complex technolgical systems are developed in large scale teams. There are many open source developers however the organization of their effort, their productivity, could be more efficient and effective if a system of educational institutions dedicated a long term curriculum of tightly coupled courses that nurtured open source research and development. Such a curriculum should focus on scaleable teams, and organic organizational design. I'd appreciate the ability to access a virtual knowledge base for generalization projects, as well as an open source extenisble user mode framework from which I could inherit any specialization through reusable design.

Last edited by GtkUser; 01-27-2003 at 08:41 AM.
 
Old 01-27-2003, 11:44 AM   #25
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
No no! hdparm is installed most likely, it's just not in your path.

Try "whereis hdparm".

It's usually in /sbin so you'd need to type,

/sbin/hdparm -d1 /dev/dvd
 
Old 01-27-2003, 04:26 PM   #26
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
It was in /sbin, however it still didn't work. I guess that my drive is not capable of DMA.
 
Old 01-27-2003, 05:11 PM   #27
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
That is possible, albiet unusual. Could you paste the error here?
 
Old 01-27-2003, 05:39 PM   #28
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
Code:
[root]# /sbin/hdparm -d1 /dev/dvd

/dev/dvd:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma    =  0 (off)
 
Old 01-28-2003, 01:40 PM   #29
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Do it on the actual device, not the symlink

# file /dev/dvd
/dev/dvd: symbolic link to /dev/cdrecorder

# file /dev/cdrecorder
/dev/cdrecorder: symbolic link to /dev/sr0


# /sbin/hdparm -d1 /dev/sr0
 
Old 01-29-2003, 01:16 AM   #30
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
/dev/hdc is not a symbolic link on my system, it says that it's the device. The failure result is the same when I run the hdparm command on /dev/hdc.
 
  


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
using mplayer with .asx without -playlist? Would be useful for mplayer plug-in pierrethibault Linux - Software 1 02-18-2005 08:12 AM
No sound in mplayer or mplayer firefox plugin case1984 Linux - Newbie 1 01-21-2005 12:58 AM
How to install mplayer gui after installing mplayer kaega2 Linux - Software 5 10-07-2003 10:44 AM
More mplayer issues...no /.mplayer folder?! lt1derful Linux - Software 3 08-03-2003 09:09 PM
mplayer is cool ... mplayer plug-in is even cooler..! linuxlah Linux - General 4 07-16-2003 10:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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