
Hi there,mds32h wrote:Hello everybody,
Just tried the patches for the SD card: they work.
I've downloaded the patches in ~/sdhci and patched the kernel sources (I'm using gentoo-sources-2.6.15-r5)

Code: Select all
# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux
Well I guess you are right - the default console number is quite OKpierreg wrote:Hi all. I'd like to know how can I upgrade my BIOS ? I don't have Windows.
seppelrockt :
Do you really need more than 6 consoles ?![]()
You can add some more by editing /etc/inittab :Add some lines here for each console you want to addCode: Select all
# TERMINALS c1:12345:respawn:/sbin/agetty 38400 tty1 linux c2:2345:respawn:/sbin/agetty 38400 tty2 linux c3:2345:respawn:/sbin/agetty 38400 tty3 linux c4:2345:respawn:/sbin/agetty 38400 tty4 linux c5:2345:respawn:/sbin/agetty 38400 tty5 linux c6:2345:respawn:/sbin/agetty 38400 tty6 linux
But you will be unable to start more than 1 X session that way ...![]()
And for logging on tty12, you'll have to install a logger like syslog-ng for example. The default config enable logging on tty12.
You could try Wine though I didn't test it myself. Dell BIOS upgrade takes place before the OS is loaded into memory and flashing occurs while rebooting so Wine should be the way to go I think. You could also create a bootable CDROM with the DOS-type flash.pierreg wrote:Hi all. I'd like to know how can I upgrade my BIOS ? I don't have Windows.

Where do you want to go with such a signature?misssexywrexy wrote:im currently working on a dell aswell if i come across any thing ill let u know dude
I've received zillions of spam messages that look exactly like this (click for instant cash, aso)http://hemin .clickinto .hop. clickbank. net - we only live once so enjoy your life!
It would be seriously sweet to have a guide for the I2k. This forum has been a huge help but at 29 pages its a real beast and trying to find something you remember reading a while ago takes some work. I'd be really interested in the Suspend to RAM and SD Card sections of a guide as I've found these 2 to be a real problem. Keep us updated on how the work comes, and if you need someone to proof read I'd be more than happy to.seppelrockt wrote:The SD-Card stuff is allready included in the 2.6.17 kernel line so you can use an RC or be a little pationed if you don't want to patch things yourself.
Good news is that my fresh install on the the i6000 went very well (a lot easier then one year ago cause there was quite some progress in the OSS world since). I have some handwritten sheets of paper and hope I find the time to write this HowTo V2 soon
Suspend to RAM/DISK are both working nearly "out-of-the-box" with suspend2-sources 2.6.16 and configured with the KDE frontend (in kcontrol). Stay tuned
I'd have though seppelrockt's new howto would cover that. I'm guessing it'll be presented as another thread rather than a downloadable public document.BlueShark wrote:After a long time I had a look again in that thread. It is very nice, that the discussion is still going on. But if you do not hang in here, it is hard to read so many posts to get up to date. So why not summarize the results somewhere on a public place.
I am not so familiar with setting up those things, but if someone does that, I will help summarizing.
Or do you think, that is not necessary?

Sorry been away for a bit. I'll PM the configs when I get home tonight.BlueShark wrote:Can you please post the config files, like xorg.conf, the versions of xorg and the drivers and your make.conf. Somewhere on the internet i found, that it might be a problem, if you compile that with the wrong options.
Thank you


Code: Select all
atkbd.c: Unknown key pressed (translated set 2, code 0x8a on isa0060/serio0).
atkbd.c: Use 'setkeycodes e00a <keycode>' to make it known.

Good find on the 'acpi_fakekey' stuff.seppelrockt wrote:I have a solution for the Fn + X buttons - but there is one problem left: The /usr/sbin/hibernate script must be run as root. I thought it might work when I set the setuid bit but no go. I always get "script must be run as root". I am a little confused now cause it thought with setuid bit it DOES run as root even when I started it as a non-previleged user? Any help is welcome!

OK you are right - I have to explain better what I did. I bypassed the acpid way cause it would need a kernel patch or a changed ACPI file in the BIOS (sry forgot how this "ACPI "table" is called exactly). Only the kernel can create the needed ACPI event when hitting Fn + F1 - no patch, no eventVinzC wrote:Normally you shouldn't need to SUID that script since ACPI (and such) events are triggered by the acpid daemon, which runs as root. So I think the problem might be somewhere else. Make sure that event doesn't get intercepted by an application that runs with your user account - hence the message IMHO.
