Jump to content


Photo

SuperZaxxon - Beta 3 released


  • Please log in to reply
307 replies to this topic

#141 OFFLINE   Wally

Wally

    King of the Carrot Flowers

  • Moderators
  • 951 posts
  • Local time: 02:41 AM
  • LocationMelbourne, Australia

Posted 13 April 2012 - 11:25 PM

The Booting 3.2 Kernel at shutdown is annoying :P

#142 OFFLINE   WizardStan

WizardStan

    Advanced Member

  • Members
  • PipPipPip
  • 4747 posts
  • Local time: 12:41 PM

Posted 14 April 2012 - 12:02 AM

Hmm, the old powersave mode sent a sigpause to all running PNDs, right?
Why not do the same before going into suspend?

It's sigstop and it's already doing that. It doesn't solve the clock problem.

#143 OFFLINE   porg

porg

    Advanced Member

  • Members
  • PipPipPip
  • 627 posts
  • Local time: 06:41 PM
  • LocationVienna, Austria

Posted 14 April 2012 - 12:45 AM

The Booting 3.2 Kernel at shutdown is annoying :P

+1, label should change accordingly.

And another annoyance (not really a bug) concerning the boot/shutdown screen: Below the logo there always appears a vertical line, which lays over the background. Somehow destroys the fine graphic.

#144 OFFLINE   Linux-SWAT

Linux-SWAT

    Advanced Member

  • Members
  • PipPipPip
  • 4799 posts
  • Local time: 05:41 PM
  • LocationParis, France

Posted 14 April 2012 - 06:47 AM

I didn't know that command, my Linux knowledge is very limited indeed! Do I need to input this every time?

Create a file in the initialization stuff:
sudo gedit /etc/rc5.d/S98rc.local
And add this in it:
modprobe ehci-hcd
Save and exit. Now ensure the file can be executed:
sudo chmod +x /etc/rc5.d/S98rc.local
Reboot.
Should work.

#145 OFFLINE   jgeiss

jgeiss

    Newbie

  • Members
  • Pip
  • 6 posts
  • Local time: 06:41 PM
  • LocationGermany, Bavaria

Posted 14 April 2012 - 08:06 AM


Sound recording does not work with Beta 3. In Beta 2 I used

arecord -f cd -V mono -D hw:0,1 file.wav

But now I got arecord: pcm_read:1617: read error: Input/output error

Doesn't reproduce here.


What do you get if you enter

arecord -L

I've got only

null
Discard all samples (playback) or generate zero samples (capture)


#146 OFFLINE   Linux-SWAT

Linux-SWAT

    Advanced Member

  • Members
  • PipPipPip
  • 4799 posts
  • Local time: 05:41 PM
  • LocationParis, France

Posted 14 April 2012 - 08:33 AM

Both of my units used to crash around 850-900 MHz at opp 5 with 2.6 Zaxxons.
I just tried 1000 MHz each, and they didn't crash. As i was a bit skeptic, i tested 1300, and the crash occurred so i ensured the OC works.
I suppose that it will crash anyway if i put the cpu under load ?
I though it will be great to ship a non-gles glxgear that uses the cpu to make some tests under the raw OS.

#147 OFFLINE   DaMummy

DaMummy

    i am le mummia

  • Members
  • PipPipPip
  • 3167 posts
  • Local time: 12:41 PM
  • LocationCleveland, USA

Posted 14 April 2012 - 11:09 AM

attached is module to use 8192cu chipset usb wifi dongle in experimental kernel. extract to root, sudo rmmod rtl8192cu, then sudo insmod <path to .ko>

all compiling credit goes to Cloudef

Attached Files


VOLUNTEERS NEEDED!!! Lobby against my signature now VOLUNTEERS NEEDED!!!

 

Deleting his account for making such a statement is implication that people that like to put horse penis in their anus are bad. The poor people who like to put horse penis in their anus have suffered enough without this level of prejudice. Why isn't anyone else looking out for the rights of the horse-penis-in-anus people?

 


#148 OFFLINE   Linux-SWAT

Linux-SWAT

    Advanced Member

  • Members
  • PipPipPip
  • 4799 posts
  • Local time: 05:41 PM
  • LocationParis, France

Posted 14 April 2012 - 12:54 PM

When i put the unit in suspend while charging it (i don't know if the charging is related), it sometimes goes on by itself.
It happened three times under latest SZb3.

#149 OFFLINE   notaz

notaz

    Advanced Member

  • Official OpenPandora Team
  • PipPipPip
  • 1672 posts
  • Local time: 07:41 PM

Posted 14 April 2012 - 01:51 PM



Isn't there a way to use bash job control before and after a suspend ?

How's that supposed to help with time jump problem?

Dunno, was a blind idea ^^. I never used any form of suspend, even on laptops so it's all new here for me.
I suppose this is a problem encountered on other platforms ? If yes maybe there's some tricks other ppl found ? (blind idea, again)

I know that on PSP, the game is responsible for cleaning stuff up, stopping audio, etc. on suspend. I remember having to add special code when I did PicoDrive PSP port, Sony simply put all responsibility on the developer, they probably don't approve the game for release until it suspends properly.

Meanwhile in PC world (including Windows) I think simply nobody cares. Suspend has been problematic on PC for ages, I remember reading Linus rants on how he is annoyed about his laptop suspend breaking on almost every new Linux kernel release.


I didn't know that command, my Linux knowledge is very limited indeed! Do I need to input this every time?

Create a file in the initialization stuff:
sudo gedit /etc/rc5.d/S98rc.local
And add this in it:
modprobe ehci-hcd
Save and exit. Now ensure the file can be executed:
sudo chmod +x /etc/rc5.d/S98rc.local
Reboot.
Should work.

You will break powersaving if you do this.

What do you get if you enter

arecord -L

I've got only

null
Discard all samples (playback) or generate zero samples (capture)

same here, use arecord -l

attached is module to use 8192cu chipset usb wifi dongle in experimental kernel. extract to root, sudo rmmod rtl8192cu, then sudo insmod <path to .ko>

Why is this needed, what's wrong with already included one?

#150 OFFLINE   Linux-SWAT

Linux-SWAT

    Advanced Member

  • Members
  • PipPipPip
  • 4799 posts
  • Local time: 05:41 PM
  • LocationParis, France

Posted 14 April 2012 - 02:13 PM



I didn't know that command, my Linux knowledge is very limited indeed! Do I need to input this every time?

Create a file in the initialization stuff:
sudo gedit /etc/rc5.d/S98rc.local
And add this in it:
modprobe ehci-hcd
Save and exit. Now ensure the file can be executed:
sudo chmod +x /etc/rc5.d/S98rc.local
Reboot.
Should work.

You will break powersaving if you do this.

In which way ? I mean it will just consume a bit more current or something more ?

#151 OFFLINE   Cloudef

Cloudef

    Advanced Member

  • Members
  • PipPipPip
  • 285 posts
  • Local time: 07:41 PM
  • LocationGensokyo

Posted 14 April 2012 - 03:08 PM


attached is module to use 8192cu chipset usb wifi dongle in experimental kernel. extract to root, sudo rmmod rtl8192cu, then sudo insmod <path to .ko>

Why is this needed, what's wrong with already included one?


Da|Mummy seemed to have problems with his usb wifi not working. This might be a confusion for not modprobin ehci-hcd.
The above driver is the one from manufacter itself. I'm quite confused myself too at the moment.

I found out about the included driver after compiling that one.
Maybe he can glarify more.
makepnd not war

#152 OFFLINE   notaz

notaz

    Advanced Member

  • Official OpenPandora Team
  • PipPipPip
  • 1672 posts
  • Local time: 07:41 PM

Posted 14 April 2012 - 03:17 PM




I didn't know that command, my Linux knowledge is very limited indeed! Do I need to input this every time?

Create a file in the initialization stuff:
sudo gedit /etc/rc5.d/S98rc.local
And add this in it:
modprobe ehci-hcd
Save and exit. Now ensure the file can be executed:
sudo chmod +x /etc/rc5.d/S98rc.local
Reboot.
Should work.

You will break powersaving if you do this.

In which way ? I mean it will just consume a bit more current or something more ?

Use around 3x more power when idle, fail to suspend properly. Usual OMAP driver breakage, OMAP EHCI is poorly maintained in mainline. At least you can rmmod the damned thing and everything's back to normal.

#153 OFFLINE   Linux-SWAT

Linux-SWAT

    Advanced Member

  • Members
  • PipPipPip
  • 4799 posts
  • Local time: 05:41 PM
  • LocationParis, France

Posted 14 April 2012 - 03:26 PM

What about rmmod'ing ehci-hcd and all modules depending on this, in the suspend script ?

#154 OFFLINE   stouffa

stouffa

    Advanced Member

  • Supporter
  • 916 posts
  • Local time: 05:41 PM
  • LocationWaterford, Ireland

Donator

Posted 14 April 2012 - 03:30 PM

I've tried reflashing the firmware on my Pandora, but I still get the bug with power saving, that when I resume from it, my left nib stops working. I've tried resetting the nubs through the configuration, but it doesnt work. Even when I reboot, the nubs don't work properly again unless I boot into the older kernel. I've also spotted graphical glitches using Picodrive on the new kernel which aren't present if using the older one(try running the Pal version of Sensible Soccer for easy evidence of this?)

Oh, I also didn't get to add that USB startup file yet, sounds like I should hold off on it for the time being? Will this USB hub issue be fixable in the next beta?

#155 OFFLINE   notaz

notaz

    Advanced Member

  • Official OpenPandora Team
  • PipPipPip
  • 1672 posts
  • Local time: 07:41 PM

Posted 14 April 2012 - 03:52 PM

What about rmmod'ing ehci-hcd and all modules depending on this, in the suspend script ?

Should be already done, unless it's broken.

I've tried reflashing the firmware on my Pandora, but I still get the bug with power saving, that when I resume from it, my left nib stops working. I've tried resetting the nubs through the configuration, but it doesnt work. Even when I reboot, the nubs don't work properly again unless I boot into the older kernel.

Doesn't happen for me, no idea.

I've also spotted graphical glitches using Picodrive on the new kernel which aren't present if using the older one(try running the Pal version of Sensible Soccer for easy evidence of this?)

It's PicoDrive bug, works on old kernel because of luck.

Oh, I also didn't get to add that USB startup file yet, sounds like I should hold off on it for the time being? Will this USB hub issue be fixable in the next beta?

What hub issue?

#156 OFFLINE   Linux-SWAT

Linux-SWAT

    Advanced Member

  • Members
  • PipPipPip
  • 4799 posts
  • Local time: 05:41 PM
  • LocationParis, France

Posted 14 April 2012 - 03:58 PM

He probably speaks about ehci-hcd not modprobbed at boot.

#157 OFFLINE   porg

porg

    Advanced Member

  • Members
  • PipPipPip
  • 627 posts
  • Local time: 06:41 PM
  • LocationVienna, Austria

Posted 14 April 2012 - 07:29 PM

  • reboot holding the R button and select to boot into CLI
  • login with your useraccount


Strange... : In CLI mode (of kernel 3.2) my login credentials do not work! (Tried multiple boots and multiple logins)
Rebooted to MiniMenu, started Terminal, tested my username + password there, worked without any problems.
FYI: My username consists of 2 lowercase letters, password of lower case letters and numbers.

If I cannot get my login to work in CLI mode (why?), is it ok to start in GUI mode and switch to console via alt-ctrl-F1 and do it there?
I guess not as the GUI is still running in parallel...
Maybe log out from GUI, switch to console via alt-ctrl-F1, then try it. Then no user related stuff should be open (and endangered).

Other ideas?


Bug report: If the user boots in CLI mode, no numbers can be typed on the keyboard!
Thus a username or password with numbers cannot be entered!
It seems there is a whole different keyboard layout at work in this mode.
Also the modifier keys Shift and Fn partially produce other characters than usual.
Only found out by accidentally typing my password into the username field, where I realized the bug!

#158 OFFLINE   stouffa

stouffa

    Advanced Member

  • Supporter
  • 916 posts
  • Local time: 05:41 PM
  • LocationWaterford, Ireland

Donator

Posted 14 April 2012 - 08:10 PM

That's probably it, in much more arcane technological talk than I can manage!;)

(null)

#159 OFFLINE   bismuthdrummer

bismuthdrummer

    Advanced Member

  • Members
  • PipPipPip
  • 490 posts
  • Local time: 11:41 AM
  • LocationNorth Dakota

Donator

Posted 14 April 2012 - 08:14 PM

attached is module to use 8192cu chipset usb wifi dongle in experimental kernel. extract to root, sudo rmmod rtl8192cu, then sudo insmod <path to .ko>

all compiling credit goes to Cloudef


Thanks DaMummy and Cloudef, got this working. I didn't have to do rmmod, just extracted to my sd, inserted in my Pandora, open a command prompt then enter:

cd <SD path>
sudo cp -r 8192cu /
sudo modprobe 8192cu
sudo modprobe ehci-hcd

Now for some new-kernel battery life testing with unleashed wifi! :D
Thoughts without content are void; intuitions without conceptions, blind.
~Immanuel Kant

#160 OFFLINE   Linux-SWAT

Linux-SWAT

    Advanced Member

  • Members
  • PipPipPip
  • 4799 posts
  • Local time: 05:41 PM
  • LocationParis, France

Posted 14 April 2012 - 08:23 PM

Doing this, you loaded the shipped module, not the one you extracted.

You just had to do modprobe ehci-hcd, because it works out of the box.


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users