1
Ubuntu / Flash For Zubuntu's Firefox
« on: October 03, 2009, 08:03:36 am »Quote from: cal
I hosed my ZUbuntu install a couple days ago in a misguided Maemo/Mer experiment
Interesting news. So what had happened?
Oliver
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I hosed my ZUbuntu install a couple days ago in a misguided Maemo/Mer experiment
What might be cool is if zubuntu were to be eventually built on top of mer. That way mer would provide the ubuntu layer as well as their ui to play with and zubuntu could add the zaurus customizations and a window manager and tweaks more suited to the zaurus.
Thanks for the help guys but i think its a little ove rmy head now,im still pretty new to linux and i think i have a hell of a way b4 im up to your standrds. I did a lsmod and this is what it came up with, i realy dont know what im looking at.
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']
orinoco_cs 13860 0
orinoco 40916 1 orinoco_cs
hermes 5824 2 orinoco_cs,orinoco
hostap_cs 54772 3
hostap 104900 1 hostap_cs
[/div]
Thats just how i had mine, then in a terminal i typed ifup wlan0 and it came up with this
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']root@Zubuntu:~# ifup wlan0[/div]
auto wlan0
iface wlan0 inet dhcp
wireless_mode managed
wireless_essid sukmebeautifull
wireless_key xxxxxxxxx
wireless_channel 11
Hi
Ive tried all the things i have been shown on here and i am still having troubleconnecting to my router. Ive change my interface file to this
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']iface wlan0 inet dhcp
wireless_mode managed
wireless_essid sukmebeautifull
wireless_key xxxxxxxxx
wireless_channel 11[/div]
auto wlan0
to /etc/network/interfaces ?Hi,
I wanted to reflash OZ yesterday and I found out that OpenZaurus.org domain expired. I eventually found the hentges mirror and was able to install from there...
Is there another way to connect to the openzaurus website?
Thanks,
@ofels: There might be some minor differences between the akita and spitz, but I think support for both devices is compiled in
@jeana: I'll try that later. For now flash the multiboot kernel (details here) and setup a partition on SD/CF and copy the kernel into the /boot directory. This way size don't matter.
@adf: Try 'export TSLIB_TSDEVICE=/dev/input/event1' before starting the gui, that should help ;-)
Quote from: ofelsDownload links can be found here. Please report your findings!Quote from: cortezHmm, not too fond of the Omegamoon kernel?
How about an upgrade to the 2.6.30 kernel then. I just got a working version ;-)
A link would be a good idea as I havent found a reference to some archive or whatever
Oliver
Hmm, not too fond of the Omegamoon kernel?
How about an upgrade to the 2.6.30 kernel then. I just got a working version ;-)
Thankfully, there's more to OpenEmbedded than just Angstrom. You can tailor it to your liking.
Will alsa work? the mixer seems to "understand" the Z's capabilities pretty well, I just don't seem to have any sound actually coming out yet... suggestions?
# Wireless interfaces
iface wlan0 inet dhcp
wireless_mode managed
wireless_essid sukmebeautifull
wireless_key xxxxxxxxxxxxxxxxxxxxxxxxxx
wireless_channel 11
iface atml0 inet dhcp
# Wired or wireless interfaces
iface wlan0 inet dhcp
iface wlan0 inet dhcp
This is a problem of the kernel. According to the Cyril Hrubiš's blog and private talk, touch screen code in the kernel needs rewrite: Current implementation is polling based, but it should be interrupt based. To eliminate noise, reading of touchscreen should be synchronized with the LCD panel refresh.
As an ugly work-around you can use tslib filtering.
Note: Collie have had the same problem in past.