| View previous topic :: View next topic |
| Author |
Message |
alterself.com Apprentice


Joined: 13 Nov 2003 Posts: 175 Location: Iowa
|
Posted: Fri Mar 17, 2006 11:24 am Post subject: dell bios updates from gentoo! |
|
|
this is possible! (or at least is looking to be)
i have been able to get the library to work and will be attempting to do a bios update later today. i will post details later on how i went about this, if people are interested. _________________ Gentoo ROCKS! |
|
| Back to top |
|
 |
TheRAt Veteran


Joined: 03 Jun 2002 Posts: 1580 Location: Salt Spring Island, BC, Canada
|
Posted: Fri Mar 17, 2006 2:28 pm Post subject: |
|
|
interested ... _________________ All reality is the construct of the observer.
Get Firefox and rediscover the web!
BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it. |
|
| Back to top |
|
 |
alterself.com Apprentice


Joined: 13 Nov 2003 Posts: 175 Location: Iowa
|
Posted: Fri Mar 17, 2006 3:31 pm Post subject: |
|
|
OK. I started by downloading all the Dell firmware tools and such from their linux website. (for redhat, all rpm's) I turned the rpm's into tar.gz files and started extracting the files.
Once I got them all extracted I had a large amount of junk. The useful parts are the smbios library and the python scripts/modules. I put the smbios lib in my /lib, copied the pyton modules to $PYTHONPATH, and did an env-update. I was then able the execute the scripts and get output as following: | Code: | bin # ./getSystemId
Libsmbios: 0.11.4.10049.autobuild
System ID: 0x007C
Service Tag: GQS4R
Product Name: PowerEdge 4300/700
BIOS Version: A12
Vendor: Dell Computer Corporation
Is Dell: 1 |
That is just one of the minor scripts that come w/ all the rpm files. Others give you the ability to update the bios, change the service tag, and change the asset tag. I have yet to be successful extracting the header files from the windows bios update packages (as detailed at the dell site) but am getting there.
I have posted links to this info here: http://www.alterself.com/site/dell_bios_update_linux. _________________ Gentoo ROCKS! |
|
| Back to top |
|
 |
dmvianna l33t


Joined: 21 Mar 2004 Posts: 741 Location: Down Underland
|
Posted: Mon Jan 08, 2007 11:42 pm Post subject: |
|
|
I am trying to make an ebuild for libsmbios, but I'm quite stuck. Can any of you help?  _________________ Proprietary is theft. Pierre-Joseph Proudhon, if he had a chance
Powered by a MacBook Pro |
|
| Back to top |
|
 |
beatryder Veteran


Joined: 07 Apr 2005 Posts: 1138
|
Posted: Tue Jan 09, 2007 3:46 am Post subject: |
|
|
| alterself.com wrote: | OK. I started by downloading all the Dell firmware tools and such from their linux website. (for redhat, all rpm's) I turned the rpm's into tar.gz files and started extracting the files.
Once I got them all extracted I had a large amount of junk. The useful parts are the smbios library and the python scripts/modules. I put the smbios lib in my /lib, copied the pyton modules to $PYTHONPATH, and did an env-update. I was then able the execute the scripts and get output as following: | Code: | bin # ./getSystemId
Libsmbios: 0.11.4.10049.autobuild
System ID: 0x007C
Service Tag: GQS4R
Product Name: PowerEdge 4300/700
BIOS Version: A12
Vendor: Dell Computer Corporation
Is Dell: 1 |
That is just one of the minor scripts that come w/ all the rpm files. Others give you the ability to update the bios, change the service tag, and change the asset tag. I have yet to be successful extracting the header files from the windows bios update packages (as detailed at the dell site) but am getting there.
I have posted links to this info here: http://www.alterself.com/site/dell_bios_update_linux. |
Can you please link to the site where you got the RPMS? Your site is totally brokem. _________________ Dont make it idiot proof, make it work.
Neucode.org
<suppressed key> |
|
| Back to top |
|
 |
dmvianna l33t


Joined: 21 Mar 2004 Posts: 741 Location: Down Underland
|
Posted: Tue Jan 09, 2007 5:03 am Post subject: |
|
|
| beatryder wrote: | | Can you please link to the site where you got the RPMS? Your site is totally brokem. |
I got a working ebuild, in case you need it, though it just installs the libraries. It would be awesome if someone helped me with getting the scripts installed too.  _________________ Proprietary is theft. Pierre-Joseph Proudhon, if he had a chance
Powered by a MacBook Pro |
|
| Back to top |
|
 |
alterself.com Apprentice


Joined: 13 Nov 2003 Posts: 175 Location: Iowa
|
Posted: Tue Jan 09, 2007 8:21 am Post subject: |
|
|
| beatryder wrote: | | alterself.com wrote: | OK. I started by downloading all the Dell firmware tools and such from their linux website. (for redhat, all rpm's) I turned the rpm's into tar.gz files and started extracting the files.
Once I got them all extracted I had a large amount of junk. The useful parts are the smbios library and the python scripts/modules. I put the smbios lib in my /lib, copied the pyton modules to $PYTHONPATH, and did an env-update. I was then able the execute the scripts and get output as following: | Code: | bin # ./getSystemId
Libsmbios: 0.11.4.10049.autobuild
System ID: 0x007C
Service Tag: GQS4R
Product Name: PowerEdge 4300/700
BIOS Version: A12
Vendor: Dell Computer Corporation
Is Dell: 1 |
That is just one of the minor scripts that come w/ all the rpm files. Others give you the ability to update the bios, change the service tag, and change the asset tag. I have yet to be successful extracting the header files from the windows bios update packages (as detailed at the dell site) but am getting there.
I have posted links to this info here: http://www.alterself.com/site/dell_bios_update_linux. |
Can you please link to the site where you got the RPMS? Your site is totally brokem. |
i dont remember, it has been quite some time. yes, i know my site is incredibly broken right now, no time to fix either....  _________________ Gentoo ROCKS! |
|
| Back to top |
|
 |
alterself.com Apprentice


Joined: 13 Nov 2003 Posts: 175 Location: Iowa
|
|
| Back to top |
|
 |
asiobob Veteran


Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Fri Jan 12, 2007 2:23 am Post subject: |
|
|
I did a bios update via the dell site for linux once.
I think it involved installed one of their rpms (I did this on a FC6 notebook). Then download the windows bios update file. Then when you do the update it actually put a grub entry and on reboot booted straight into the dell image |
|
| Back to top |
|
 |
dmvianna l33t


Joined: 21 Mar 2004 Posts: 741 Location: Down Underland
|
Posted: Sun Jan 14, 2007 6:45 pm Post subject: |
|
|
A working overlay for smbios can be found here: http://pico.is.free.fr/pommed-overlay-2.tar.bz2 _________________ Proprietary is theft. Pierre-Joseph Proudhon, if he had a chance
Powered by a MacBook Pro |
|
| Back to top |
|
 |
beatryder Veteran


Joined: 07 Apr 2005 Posts: 1138
|
Posted: Sun Jan 14, 2007 7:14 pm Post subject: |
|
|
Can you submit that via layman? _________________ Dont make it idiot proof, make it work.
Neucode.org
<suppressed key> |
|
| Back to top |
|
 |
dmvianna l33t


Joined: 21 Mar 2004 Posts: 741 Location: Down Underland
|
Posted: Sun Jan 14, 2007 8:34 pm Post subject: |
|
|
No idea how, and I wasn't the creator. You should contact him on this thread. _________________ Proprietary is theft. Pierre-Joseph Proudhon, if he had a chance
Powered by a MacBook Pro |
|
| Back to top |
|
 |
|