Active Topics

 


Reply
Thread Tools
Posts: 17 | Thanked: 2 times | Joined on May 2008
#241
Originally Posted by bunanson View Post
I am so happy to hear you can now boot from int slot and your card is NOT DEAD. Go have a beer! And if in Wilson, NC, we will drink together.

if you dont mind, try this,

xterm
cat /proc/partitions

Thanks,

bun
up in madison, WI but i like the beer idea (and have one yourself for all your help on these forums)

doing cat/proc/partitions gives me:

major minor #blocks name
31 0 128 mtdblock0
31 1 384 mtdblock1
31 2 2048 mtdblock2
31 3 4096 mtdblock3
31 4 255488 mtdblock4
254 0 3932160 mmcblk0
254 1 245759 mmcblk0p1
254 2 3440640 mmcblk0p2
254 3 245760 mmcblk0p3
254 8 3932160 mmcblk1
254 9 3928064 mmcblk1p1

this is booting into diablo on flash
 
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#242
Originally Posted by tso View Post
are you sure? or could it be that you just didnt notice because of a noisy environment? i hardly notice it if there is any kind of other noise in the room (people talking, music, tv, anything like that).
Yes, this is nothing new. It's a hardware issue.
 
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#243
The irony is...

Code:
# apt-get install osso-software-version-unlocked
Reading package lists... Done
Building dependency tree       
Reading state information... Done
osso-software-version-unlocked is already the newest version.
You might want to run ‘apt-get -f install’ to correct these:
The following packages have unmet dependencies.
  osso-software-version-rx44-unlocked: Depends: gizmo-installer (>= 0.79) but it is not installable
                                       Depends: pre-installed-documentation-rx44 (>= 5.3) but it is not installable
                                       Depends: pre-installed-images (>= 1.0.8) but it is not installable
                                       Depends: pre-installed-sounds (>= 1.0.4) but it is not installable
                                       Depends: rhapsody-installer (>= 0.16) but it is not installable
                                       Depends: skype-installer (>= 1.65) but it is not installable
None of these should be unallowed to be uninstalled IMO. Its proprietary installers and some default artwork (using a lot of space).
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#244
Originally Posted by allnameswereout View Post
None of these should be unallowed to be uninstalled IMO. Its proprietary installers and some default artwork (using a lot of space).
It's not really about disallowing it, it's just a less-than-ideal implementation of the upgrade process.

Splitting 3rd-party proprietary stuff and optional media and documentation stuff into an osso-software-version-rx*4-optional would be nice.
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#245
Originally Posted by qwerty12 View Post
@Saturn

[s]Dunno why using qole's chroot scripts is an requirement.[/s]. (Thanks Bundyo!)
If you are root and mounted mtdblock4 on /debian,
just run "chroot /debian"
Thanks once again.

I managed finally and found that my problem was once again dangling symlinks!!

I haven't tried the changes you proposed in another thread but removed and enabled them manually that allowed the update to finish.

Got also a crash of the browser when I double clicked to bring the dictionary add-on to correct what I was typing.
 
Posts: 362 | Thanked: 143 times | Joined on Mar 2008
#246
Originally Posted by GeneralAntilles View Post
Yes, this is nothing new. It's a hardware issue.
Well, at least for my unit, I did not hear any noise before. I have a very quiet room, with no TV/radio/kids/etc around while I am using the unit.

May be it takes time for the unit to develop the problem??? or my hearing is getting better Anyway, it is no big deal, but it is good to know.

thanks
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#247
Originally Posted by beatniks3 View Post
up in madison, WI but i like the beer idea (and have one yourself for all your help on these forums)

doing cat/proc/partitions gives me:

major minor #blocks name
31 0 128 mtdblock0
31 1 384 mtdblock1
31 2 2048 mtdblock2
31 3 4096 mtdblock3
31 4 255488 mtdblock4
254 0 3932160 mmcblk0
254 1 245759 mmcblk0p1
254 2 3440640 mmcblk0p2
254 3 245760 mmcblk0p3
254 8 3932160 mmcblk1
254 9 3928064 mmcblk1p1

this is booting into diablo on flash
Mine shows something similar (3 partitions like mmcblk0p1, p2, p3). I think the reason why is if you created SWAP then that's one of the partitions. At least that's how my 16 GB card is setup, 11 GB for FAT, 3-4 GB for partition, rest SWAP.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
Posts: 398 | Thanked: 77 times | Joined on Jul 2007
#248
how do i fix this:

Package osso-software-version-rx44 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
osso-software-version-unlocked
E: Package osso-software-version-rx44 has no installation candidate
 
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#249
Originally Posted by prk60091 View Post
how do i fix this:

Package osso-software-version-rx44 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
osso-software-version-unlocked
E: Package osso-software-version-rx44 has no installation candidate
Erm, huh.

Well, osso-software-version-unlocked is a package rm_you put together to install the correct osso-software-version-rx*4-unlocked package.
Code:
apt-get remove osso-software-version-unlocked
Then try installing the osso-software-version-rx44 again.

Also do:
Code:
cat /etc/apt/sources.list.d/hildon-application-manager.list
and post its output here.
 
Posts: 74 | Thanked: 15 times | Joined on Feb 2008
#250
I crashed my dual boot system with the latest upgrade Both Laughing man and General Atilles suggested I download Penguinbait's boot menu to restore my boot menu. I went on the site with the browser and clicked on the url that points to bootmenu.deb I clicked on it expecting the application manager to come up and install it (like the green download arrows), but it just sits there and downloads binary characters to the screen and nothing happens in the end. Obviously, I missed a step or two Can I get some clarification please.

TIA

C
 
Reply

Tags
browser, email, microb, modest, os2008, ssu, stability, update


 
Forum Jump


All times are GMT. The time now is 13:57.