Fedora Linux Support Community & Resources Center
  #1  
Old 6th September 2004, 10:23 AM
pablaasmo's Avatar
pablaasmo Offline
Registered User
 
Join Date: May 2004
Location: Trondheim, Norway
Age: 50
Posts: 40
Question Update of CDROM firmware from Linux?

Hi,

I would like to update the firmware of my CD/DVD-ROM in my PC. The problem is that I do not have a floppy in the PC nor do I have MS-Windows installed on another partition.

So, how can I do that given that I have the firmware image?
BTW the model I have is NEC 3500A.

Per A.
Reply With Quote
  #2  
Old 6th September 2004, 10:31 AM
kosmosik's Avatar
kosmosik Offline
Registered User
 
Join Date: Apr 2004
Location: Warsaw, Poland
Age: 32
Posts: 1,085
you probably need to get a USB floppy drive, boot DOS from it and load firmware... sorry it is imposible with Linux. AFAIK most of these firmware upgrades are designed for DOS...
Reply With Quote
  #3  
Old 6th September 2004, 10:32 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
so you have a notebook? and why do you need to update the firmware for you cd/dvd rom?
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #4  
Old 6th September 2004, 11:17 AM
pablaasmo's Avatar
pablaasmo Offline
Registered User
 
Join Date: May 2004
Location: Trondheim, Norway
Age: 50
Posts: 40
This PC is not a notebook.

I buildt it from "scratch" using ASUS motherboard etc. It is actually a Home Theater PC (HTPC) running FC2 and mythTV (http://www.mythtv.org).

The reason to update the firmware is to make it region free and bee able to burn some more DVD brands than originally.

Have a look at http://www.herrie.org/ for info on firmware for the NEC DVD-ROMs.

Per A.
Reply With Quote
  #5  
Old 6th September 2004, 11:22 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
i have to tell you i now agree with kosmosik, you will need a floppy.

now you can download it using linux and if you have a friend that has windoz i guess you can open it his/her pc and create floppy for dos
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #6  
Old 6th September 2004, 11:37 AM
superbnerd
Guest
 
Posts: n/a
so, did the usb method work?
you need to do is
Code:
dd if=FirmwareImage.img of=/dev/sda1 bs=1440k
make sure you replace sda1 with the approipiate device of you usb drive. if you don't have a usb drive, or your bios doen't support usb booting, you can burn you dos image to a cd using the "El Torito" format. k3b supports this.
Reply With Quote
  #7  
Old 6th September 2004, 11:38 AM
kosmosik's Avatar
kosmosik Offline
Registered User
 
Join Date: Apr 2004
Location: Warsaw, Poland
Age: 32
Posts: 1,085
Quote:
Originally Posted by imdeemvp
now you can download it using linux and if you have a friend that has windoz i guess you can open it his/her pc and create floppy for dos
you can get MS-DOS disk images from net (use Google) than copy them on floppy and add firmware files to that floppy. you can probably use FreeDOS but usually those things (firmware) are tested for MS-DOS so be carefull... if you don't have a floppy you can burn floppy image to CD-ROM el-torino boot - the CD will act exactly the same as boot floppy... but problem is that you wan't to upgrade CD-ROM's firmware so you will need another CD-ROM to boot from...
Reply With Quote
  #8  
Old 6th September 2004, 12:56 PM
pablaasmo's Avatar
pablaasmo Offline
Registered User
 
Join Date: May 2004
Location: Trondheim, Norway
Age: 50
Posts: 40
Lightbulb

OK, it seems there is no way around using a floppy or possibly a USB-drive to boot from.

But!!

Theoretically, would it be possible to have a program running on linux to do the firmware update?
I know that on Herrie's page he has a MS windows firmware update program.
The same should be possible from Linux

I have asked him to give me the source code for the windows program. Maybe it can be ported somehow? Just have to wait to see if he answers me

Anyhow, I think the Linux community needs such a program also.

Per A.
Reply With Quote
  #9  
Old 6th September 2004, 01:15 PM
kosmosik's Avatar
kosmosik Offline
Registered User
 
Join Date: Apr 2004
Location: Warsaw, Poland
Age: 32
Posts: 1,085
Quote:
Originally Posted by pablaasmo
Theoretically, would it be possible to have a program running on linux to do the firmware update? I know that on Herrie's page he has a MS windows firmware update program. The same should be possible from Linux
it is impossible since DOS/Windows treats devices (hardware) completely different from Linux...

Quote:
Originally Posted by pablaasmo
Anyhow, I think the Linux community needs such a program also.
well usualy floppy with DOS does it's job. I mean firmware updates are not for joe user and you can always put the cdrom out and plug it into a machine with floppy (or vice versa) - firmware upgrades are usually being made by technicians in shops or services... and those people tend to have needed hardware and OS anyway. I don't think it is cruicial to Linux community to have something to do firmware upgrades... usualy it can't be done as the hardware firmware itself is usualy closed and obscure (remember issue with Mandrake burning cdroms?). I think Linux community have better things to do
Reply With Quote
  #10  
Old 6th September 2004, 06:09 PM
crackers's Avatar
crackers Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423
It's not up to the "Linux community" to provide these update utilities - it's up to the hardware vendors. This is the only reason I've actually kept a floppy drive around (it's not installed, but I have it available).
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
Reply With Quote
  #11  
Old 6th September 2004, 09:21 PM
superbnerd
Guest
 
Posts: n/a
did you try the bootable cd method mentioned above?
Reply With Quote
  #12  
Old 7th September 2004, 02:31 PM
pablaasmo's Avatar
pablaasmo Offline
Registered User
 
Join Date: May 2004
Location: Trondheim, Norway
Age: 50
Posts: 40
No, I have not tried the bootable CD task. I can try that first.
Reply With Quote
Reply

Tags
cdrom, firmware, linux, update

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ipw2200-firmware update cannot authenticate anymore TiPo Servers & Networking 9 27th April 2009 02:52 AM
iwl4965-firmware dependency error of kernel update monte.sakai Using Fedora 3 20th October 2008 05:41 AM
ip2200 firmware won't load following yum update wrightkevin Servers & Networking 17 10th July 2006 10:24 AM
linux firmware wireless nic smc2802w dtra Servers & Networking 4 12th May 2006 04:35 AM
NEC ND 3520a firmware update gq_flippimp Hardware & Laptops 0 24th July 2005 01:57 PM


Current GMT-time: 03:45 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

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

FedoraForum is Powered by RedHat