You are not logged in.
lejonet wrote:Another thing, anyone that has to wake up their eeepc twice before it really wakes up from suspend? I get no error messages or anything but when I wake it up the first time, it wakes up to console, the goes back into suspend, the second time it wakes up tho. Its nothing that is broken I think, but I just noticed that it was odd
I had this when using xfce4-power-manager & acpi-eeepc-generic (AUR). Turns out both intercepted Fn+F1 as suspend, so when you resumed from the first suspend, the second one took place. Fixed it by telling xfce4-power-manager not to do anything when the sleep button is pressed.
I have neither installed... I actually have no power manager installed, but I had before, could that be it? Cuz I have been using xfce4-power-manager but it disappeared somewhere amongst the upgrade to the newest xfce4. I guess ill reinstall it and tell it to do nothing
Like I say everytime someone looks at me in a weird way "Hey, im a computer technician, I am allowed to open up everything I can and take a peek inside "
Offline
Hi Blind
I have your Kernel in my eeePC 901.
I have a last eee-control, but de control of FBS don't work. Why ?
I don't have a daemon fbs. . .
Thanks
Last edited by lovechii (2009-04-21 17:05:44)
Offline
If you read through the last couple of post pages, I think there is an answer, if I remember.
I suppose that something is wrong with SMBus and Firmware Versions higher than a critical value of the Eee901.
Anyone correct me if I am wrong, please! I am not using eee-control.
Offline
Good day to you all!
I am using the zeneee-kernel for the time beeing. Why havn´t I switched to a more up to date one?
Well the predicament is that zeneee is the only kernel where i can find the /proc/eee/fsb interface. I dont know how to get that for other kernels. I dont use the /fsb interface for over/underclocking, i use it save power by changing the file from "100 50 1" to "100 50 0".
Is there a way to do this from the /sys interface or can i get the /fsb interface to other kernels?
Offline
Good day to you all!
I am using the zeneee-kernel for the time beeing. Why havn´t I switched to a more up to date one?
Well the predicament is that zeneee is the only kernel where i can find the /proc/eee/fsb interface. I dont know how to get that for other kernels. I dont use the /fsb interface for over/underclocking, i use it save power by changing the file from "100 50 1" to "100 50 0".Is there a way to do this from the /sys interface or can i get the /fsb interface to other kernels?
The /proc/eee/fsb interface is given to you by the eee module, so any kernel with that as a module/built-in should provid it.
Like I say everytime someone looks at me in a weird way "Hey, im a computer technician, I am allowed to open up everything I can and take a peek inside "
Offline
If you read through the last couple of post pages, I think there is an answer, if I remember.
I suppose that something is wrong with SMBus and Firmware Versions higher than a critical value of the Eee901.
Anyone correct me if I am wrong, please! I am not using eee-control.
Thank you.
I use the last BIOS 1903. Whats is the last BIOS correct ?
But, I don't have a /proc/acpi/asus/... or /proc/eee/...
EDIT :
The firmware version is EPCB018@10
I actualize the newest eee-control and it isn't working too.
How can I modify FSB without eee-control ?
Last edited by lovechii (2009-04-22 10:07:38)
Offline
I use the last BIOS 1903. Whats is the last BIOS correct ?
The latest BIOS I've been able to get FSB adjustments working on is 1101, which has its own bugs; I seem to get white noise through my speakers with that BIOS.
Offline
Yeah, I updated to 1903 yesterday. The interface to modfiy the FSB is not there - any plans by Asus to bring that back?
Offline
I would like to compile a module against Roberteks zeneee. Do i need the headers or sources, or both?
Offline
I would like to compile a module against Roberteks zeneee. Do i need the headers or sources, or both?
You need to edit out this line in the PKGBUILD, then rebuild the package with makepkg.
[...]
# remove the junk symlinks and firmware (as it is in kernel26)
# rm $pkgdir/lib/modules/${_pkgver}eee/{build,source}
rm -rf $pkgdir/lib/firmware
[...]
Offline
Wallblom wrote:I would like to compile a module against Roberteks zeneee. Do i need the headers or sources, or both?
You need to edit out this line in the PKGBUILD, then rebuild the package with makepkg.
[...]
# remove the junk symlinks and firmware (as it is in kernel26)
# rm $pkgdir/lib/modules/${_pkgver}eee/{build,source}
rm -rf $pkgdir/lib/firmware
[...]
Oh, thank you, im not really accustomed to Archlinux just yet.
Offline
Yeah, I updated to 1903 yesterday. The interface to modfiy the FSB is not there - any plans by Asus to bring that back?
No news on Asus' plans, but:
eee-control >= 0.9.0 include a method of modifying the FSB through Asus' SHE (Super Hybrid Engine). It achieves this by using a patched eeepc-laptop module, which is distributed with the eee-control source, or downloadable here. This module now provides the /sys/devices/platform/eeepc/she interface, which can be interacted with by passing the values '0', '1' or '2', which map to the following meanings (from eee-control's she.py):
0: "performance"
1: "normal"
2: "powersave"
i.e. "echo 0 > /sys/devices/platform/eeepc/she" would change to the "performance" setting.
To view the current setting, I've hacked up the following script:
#!/bin/sh
mapping=("performance" "normal" "powersave")
fsb=$((`cat /sys/devices/platform/eeepc/she` & 3))
echo ${mapping[$fsb]}
I've been successfully using this with kernel 2.6.29-ARCH and BIOS 1903 on an EeePC 901.
Offline
2 - I'm using the xorg.conf from the wiki and i most use 901 connected with my lcd tv using the native resolution of the tv 1366x768. After the upgrade of xorg-server to 1.5.3-5 and then now to 1.6.0-3 the resolution went down to 1024x768.
... Section "Device" Identifier "Device1" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller" BusID "PCI:0:2:0" Option "Monitor-VGA" "Screen1" Option "Monitor-LVDS" "Monitor1" Option "Monitor-TV" "TV" Option "XAANoOffScreenPixmaps" "true" Option "AccelMethod" "XAA" EndSection
I have been googling and searching on forum but i can't find the solution.
Thanks
I know it's a while since you asked this, and you might have found the solution. A suggestion is to run the command xrandr to see if your monitors are still called VGA, LVDS and TV. I have experienced that upgrading has made them change name to VGA1, LVDS1 and TV1 lately. Then you have to change the options to "Monitor-VGA1" etc...
Offline
Blind wrote:Yeah, I updated to 1903 yesterday. The interface to modfiy the FSB is not there - any plans by Asus to bring that back?
No news on Asus' plans, but:
eee-control >= 0.9.0 include a method of modifying the FSB through Asus' SHE (Super Hybrid Engine). It achieves this by using a patched eeepc-laptop module, which is distributed with the eee-control source, or downloadable here. This module now provides the /sys/devices/platform/eeepc/she interface, which can be interacted with by passing the values '0', '1' or '2', which map to the following meanings (from eee-control's she.py):
0: "performance"
1: "normal"
2: "powersave"i.e. "echo 0 > /sys/devices/platform/eeepc/she" would change to the "performance" setting.
To view the current setting, I've hacked up the following script:
#!/bin/sh mapping=("performance" "normal" "powersave") fsb=$((`cat /sys/devices/platform/eeepc/she` & 3)) echo ${mapping[$fsb]}
I've been successfully using this with kernel 2.6.29-ARCH and BIOS 1903 on an EeePC 901.
Sounds interesting. Right now I am a bit weary though to include patched modules in kernel-eee901 - I may if there is demand.
Thank you for the information!
Offline
What's the advantage of "Super Hybrid Engine" and what does it do? I'm always sceptical about fancy names given to already existing "technology"...
Offline
Wallblom wrote:I would like to compile a module against Roberteks zeneee. Do i need the headers or sources, or both?
You need to edit out this line in the PKGBUILD, then rebuild the package with makepkg.
[...]
# remove the junk symlinks and firmware (as it is in kernel26)
# rm $pkgdir/lib/modules/${_pkgver}eee/{build,source}
rm -rf $pkgdir/lib/firmware
[...]
I did as you told me and it did build without problems. I can now compile the rt73-module, and it installs correct. Or at least it says so. The thing is that there is no module avaiable after the install. The script tells me that i should unload any old modules and then run modprobe rt73. But that module is not there.
modprobe -l | grep rt
does not return anything relevant, just the rt2860 module. Hmm.:/
Offline
Now i have tried to compile the same driver on the stock-kernel, and there is the same issue there.
Offline
Now i have tried to compile the same driver on the stock-kernel, and there is the same issue there.
Can you try simply (after making, from the same directory and as root):
cp *.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
depmod
Last edited by bangoskank (2009-04-28 21:50:35)
Offline
Hello. I have just built a zen-kernel for eeepc 901. I have applied zen2 patches on top of 2.6.29 kernel (Kernel-2.6.29-zen2eee). Atl1e, rt2860sta etc built in and eee has been built as a loadable module. eee module works fine. Everything works for me so far, although I have not tested it in detail. Anybody interested in this kernel? If so, I can put it up for download.
Last edited by ashishp (2009-04-29 05:38:18)
Offline
Hello. I have just built a zen-kernel for eeepc 901. I have applied zen2 patches on top of 2.6.29 kernel (Kernel-2.6.29-zen2eee). Atl1e, rt2860sta etc built in and eee has been built as a loadable module. eee module works fine. Everything works for me so far, although I have not tested it in detail. Anybody interested in this kernel? If so, I can put it up for download.
I would be more than interested, it sounds like a very nice zen-upgrade:P
I use the 2.6.27-zen2eee right now.
Offline
I would be more than interested, it sounds like a very nice zen-upgrade:P
I use the 2.6.27-zen2eee right now.
Here you go:
Here is the precompiled package:
http://zen-kernel-eee-901-arch.googleco … pkg.tar.gz
And here, all sources and PKGBUILD:
Offline
Wallblom wrote:I would be more than interested, it sounds like a very nice zen-upgrade:P
I use the 2.6.27-zen2eee right now.Here you go:
Here is the precompiled package:
http://zen-kernel-eee-901-arch.googleco … pkg.tar.gz
And here, all sources and PKGBUILD:
Thank you very much! I´m trying it right now and it works wonderfully.
EDIT: Which acpi-script-package are you using for this kernel?
Last edited by Wallblom (2009-04-29 19:53:57)
Offline
Thank you very much! I´m trying it right now and it works wonderfully.
EDIT: Which acpi-script-package are you using for this kernel?
I have not tried any acpi for eee901 yet. The acpi scripts for eee generic should work fine. I will try and let you know.
Last edited by ashishp (2009-04-30 01:59:12)
Offline
Hi,
haven't been there for a while now. I tried to read through the last pages of this topic to get up to date and I'm wondering if there'll be anybody who could update the wiki-page with all the vanilla-kernel, eee-control and acpi-stuff. I'm still using the scripts robertek originally wrote/adopted with some personal changes and that's all what's documentated in the wiki, maybe it would be nice to have a second choice too.
Thx
Last edited by slappinjohn (2009-05-02 09:45:34)
Offline
Hi,
haven't been there for a while now. I tried to read through the last pages of this topic to get up to date and I'm wondering if there'll be anybody who could update the wiki-page with all the vanilla-kernel, eee-control and acpi-stuff. I'm still using the scripts robertek originally wrote/adopted with some personal changes and that's all what's documentated in the wiki, maybe it would be nice to have a second choice too.
Thx
I agree, slappinjohn; much of the information on the wiki is either scattered, outdated or just plain missing. There has been some discussion about this over at the wiki (here and here) but no real action has been taken.
I think it's likely that the model-specific pages could be melted down into one. Does any stock hardware not work on the stock kernel? There were only really two changes I had to make on my last install on the 901: installing a patched eeepc-laptop module (more on that later) and the eee-control daemon. As has been noted on the wiki discussion, it seems rational, then, that the stock kernel should be the first option, since it requires the least modification/effort.
As I believe I mentioned in an earlier post, the eee-control source includes a patched eeepc-laptop module which enables the /sys/devices/platform/eeepc/she interface for interacting with ASUS's method of FSB modification. On the 901, with a BIOS later than version 1101 I am unable to modify the FSB through any other means than the SHE method. The latest kernel git doesn't seem to include this patched version of the module, so I have taken the liberty of emailing the implementer of eee-control to ask about its origins. Does anyone have any ideas about how to package this module in the AUR? The kernel26 package includes its own eeepc-laptop module, so there are bound to be file conflicts. Aside from this, it will need to be recompiled for each update of the kernel. The eee-control Ubuntu package seems to use DKMS to get around this; is this a viable solution for us?
Offline