FAQ   Search   Memberlist   Usergroups   Register   Profile   Log in to check your private messages   Log in 

THIS FORUM IS NOW CLOSED FOR ALL NEW POSTING. PLEASE GO TO THE NEW PSUBUNTU FORUMS TO POST NEW TOPICS.

This forum will still be available and searchable, but no posting is allowed. We encourage all users to sign up for an account on the new forums.

You can help us maintain valuable information from this forum by copying it over to the new forums or adding it to the PSUbuntu Wiki.

Fixing the 2.10 crash
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PSUbuntuForums Forum Index -> Network & Connectivity
View previous topic :: View next topic  
Author Message
Soulkiller



Joined: 02 Dec 2007
Posts: 14

PostPosted: Thu Jan 03, 2008 4:04 am    Post subject: Reply with quote

komodomoe wrote:

I know, i ended up having to do this from my computer because of that, but i'm surprised the ps3 doesn't have the "save link target" feature in its browser as the psp does


I ended up finding a similar application written in C (and it was tarball archive!) so I was able to download that off my ps3 browser, compiled it in the semi working kernel and it worked!

here's a link to the C source in case anyone was in the same predicament as me http://www.koders.com/c/fid80D9F22E4581B08399F6CCA7B3FA454529248CE0.aspx
Back to top
View user's profile Send private message
komodomoe



Joined: 02 Jan 2008
Posts: 7

PostPosted: Thu Jan 03, 2008 5:51 am    Post subject: WPA... Reply with quote

I have a WPA connection that doesn't broadcast the ssid, so i entered the info in manually and it doesn't work... help
Back to top
View user's profile Send private message
tomhai



Joined: 30 Oct 2007
Posts: 6

PostPosted: Fri Jan 04, 2008 10:33 am    Post subject: Reply with quote

After I upgraded the kernel to 2.6.23, the xubuntu doesn't shutdown anymore. It freezes during the xubuntu shutdown screen.

Is this a general problem in 2.6.23, i.e. I should look forward for upgrading to 2.6.24, or something is wrong in my config?

When I run the command:
sudo update-initramfs -k 2.6.23 -u
I got this:
update-initramfs: Generating /boot/initrd.img-2.6.23
find: /lib/firmware/2.6.23: No such file or directory

My /lib/firmware folder is completely empty. What should be there and where to get it? Could this be related on the shutdown problem? Other than that, everything seems to work.
Back to top
View user's profile Send private message
Garoro



Joined: 24 Sep 2007
Posts: 81
Location: Oceanside, CA

PostPosted: Fri Jan 04, 2008 11:34 am    Post subject: Re: Tried twice no go Reply with quote

gyrene wrote:
I just tried my second install and I'm not getting proper results. I'm going to try again. Maybe the third times the charm.

* Ok, the upgrade didn't work for me. So, my next questioni is how can I default my previous kernal, as 'old' works for me.


Edit the /etc/kboot.conf file and change the line that starts with:
default=

to

default=old

You can also hit tab at kboot prompt, and all configurations will cycle through with each tab key press.
Back to top
View user's profile Send private message
m0dular



Joined: 06 Jan 2008
Posts: 1

PostPosted: Sun Jan 06, 2008 4:35 am    Post subject: Re: Completed the steps but.. Reply with quote

gyrene wrote:
I completed all the steps, and when I rebooted into kboot and typed test, it went into the ubuntu quiet screen, stalled for about 45 seconds, and then booted into busybox.

I rebooted again, and typed old, and then it said vmlinux.old wasn't found. I went into the directory, and found out that vmlinux.old actually didn't exist, so I tried to remount the /dev/ps3da1 directory, into read write mode, and that didn't work, because for some reason, it thinks the directory is supposed to be sda1. So, I tried to remount /dev/sda1, and that just said that it was busy.

So, with all these trials, and errors, aside from wanting to take the PS3 and throwing it out of the @#$^^ing window. Is there a way that I can get boot back into Ubuntu, without having to reinstall?


I had this same problem, but hopefully the fix is as easy for you as it was for me. When it boots into the busybox shell, hit CTRL+ALT+F1 to get to the shell and enter in your username and password. Look at your /etc/fstab file with

Code:
sudo nano /etc/fstab


If you were using an older kernel, your partitions might be mounted with something like /dev/sdd1, but this needs to be changed for the newer kernel. I replaced the entries for the two partitions with /dev/sda1 and /dev/sda2, then used the UUID of /dev/sda1 in my kboot.conf for the test entry. You could also try naming the partitions /dev/ps3da1 and /dev/ps3da2 and using /dev/ps3da1 as the root of your test entry in kboot.conf.

Hope this helps.
Back to top
View user's profile Send private message
baudrate



Joined: 04 Jan 2008
Posts: 1
Location: Amsterdam

PostPosted: Sun Jan 06, 2008 2:44 pm    Post subject: Bluetooth Reply with quote

Some background behind the patched kernel that you are installing as part of the steps in this thread.

The ISO ADDON that must be downloaded as explained in Step 1 at the start of this thread comes from Geoff Levand at Sony. The original link is here:

http://www.kernel.org/pub/linux/kernel/people/geoff/cell/

Change log about the frame buffer issue that causes the problems with FW 2.10 is here:
http://www.kernel.org/pub/linux/kernel/people/geoff/cell/CELL-Linux-CL_20071220-ADDON/CHANGES-e.txt

Regarding bluetooth: check the change log link above again, under v1.5: Bluetooth is simply disabled in Geoff's fixed kernel, because shutdown took too long. This explains why Bluetooth will not work after you apply the fixes in this tread.

Note: Geoff's stuff is mostly for Fedora (hence the RPMs). So do not use any otheros.bld from his site. Stick to the one advised in the Ubutnu PS3 installation instructions on this site.


Hope this helps.
Back to top
View user's profile Send private message
mkleist



Joined: 06 Jan 2008
Posts: 1

PostPosted: Sun Jan 06, 2008 5:14 pm    Post subject: Reply with quote

Okay, I'm running PSUbuntu 7.1 with the updated firmware. I've tried updating the kernel and it wouldn't boot up. So I did the patch shown here and it still doesn't work. I can get it to see the new kernel, but it still freezes on "booting system...."

Any ideas??
Back to top
View user's profile Send private message
napztaz



Joined: 07 Jan 2008
Posts: 13

PostPosted: Wed Jan 09, 2008 12:02 am    Post subject: find: /lib/firmware/2.6.23: No such file or directory Reply with quote

When I run the command:
sudo update-initramfs -k 2.6.23 -u
I got this:
update-initramfs: Generating /boot/initrd.img-2.6.23
find: /lib/firmware/2.6.23: No such file or directory

I'm getting this problem too. Anybody know the solution?

Thx
Back to top
View user's profile Send private message
napztaz



Joined: 07 Jan 2008
Posts: 13

PostPosted: Wed Jan 09, 2008 8:34 am    Post subject: nm Reply with quote

nm, rebooted test and everything is gravy. Thanks for this
Back to top
View user's profile Send private message
djlogic



Joined: 13 Jan 2008
Posts: 9

PostPosted: Sun Jan 13, 2008 11:10 pm    Post subject: Reply with quote

i don't understand step 5 editing kboot.conf
i typed in the code exactly how it is and then a window pops up but there is nothin just

GUI nano file: ect/kboot.conf modified

nothign else is underneath it just stuff like ^R read file ^X exit, ect

if i had to go to ^R read file (seems obvious to me if it is...) how do i do it??

sry if this is a dumb questiong, first time using linux
Back to top
View user's profile Send private message
cap



Joined: 05 Jan 2008
Posts: 2

PostPosted: Mon Jan 14, 2008 2:15 pm    Post subject: Reply with quote

So did anyone get bluetooth working again with the fix for FW 2.10?
Back to top
View user's profile Send private message
jms



Joined: 30 Dec 2007
Posts: 109
Location: Tre

PostPosted: Tue Jan 15, 2008 6:46 am    Post subject: Reply with quote

cap wrote:
So did anyone get bluetooth working again with the fix for FW 2.10?

I'm not sure what fixes is included, probably lots of them. But anyways bluetooth is working - at least ps3 can connect to my mobile phone and send files to it. Have not tried vice versa... Ps3's current configuration:
-fw 2.10
-ubuntu hardy (daily updated)
-custom kernel 2.6.24-rc7
Back to top
View user's profile Send private message
djlogic



Joined: 13 Jan 2008
Posts: 9

PostPosted: Tue Jan 15, 2008 8:02 am    Post subject: Reply with quote

can someone answer my question?
Back to top
View user's profile Send private message
natron



Joined: 09 Jan 2008
Posts: 17

PostPosted: Tue Jan 15, 2008 4:14 pm    Post subject: Reply with quote

djlogic wrote:
can someone answer my question?

If you would have reread the instructions you would have figured it out. For future reference, when you open a file that you expect to not be empty but it is empty, that usually means you didn't open the right file. (Linux doesn't prompt you to say the file couldn't be found, it assumes you want to create a new, empty file.)

It looks like you tried to open /ect/kboot.conf instead of /etc/kboot.conf.

jms wrote:
current configuration:
-custom kernel 2.6.24-rc7

Did you have to do anything special to get 24-rc7 to work? I tried to bring that kernel in over 7.10, and after compiling with no errors (as far as I could tell) the kernel wouldn't boot. (I'm running 2.01.)
Back to top
View user's profile Send private message
jms



Joined: 30 Dec 2007
Posts: 109
Location: Tre

PostPosted: Tue Jan 15, 2008 7:23 pm    Post subject: Reply with quote

natron wrote:

Did you have to do anything special to get 24-rc7 to work? I tried to bring that kernel in over 7.10, and after compiling with no errors (as far as I could tell) the kernel wouldn't boot. (I'm running 2.01.)

Nothing special, just configure kernel with "ps3_defconfig2" option, compile kernel, install it (+ headers) and use otheros.bld from Geoff's CELL kit. Kernel source is from Geoff's git at git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux-patches.git
Kernels 2.6.24-> include fix for GPU command buffer size introduced along fw 2.10. This perhaps could cause that screen remains black in ps3's with older fw. Is there any error message at boot or is the screen just black?
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PSUbuntuForums Forum Index -> Network & Connectivity All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 4 of 7

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

Theme xand created by spleen.