Show Posts

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.


Topics - dolcex

Pages: [1]
1
Angstrom & OpenZaurus / Usb Bluetooth Woes
« on: July 14, 2007, 10:03:41 pm »
I have a Targus usb Bluetooth adapter.  When I plug it into Z (Akita), it is recognized, only after doing a "modprobe ohci-hcd".

dmesg reports:
 
<6>usb 1-2: new full speed USB device using pxa27x-ohci and address 7
<6>usb 1-2: configuration #1 chosen from 1 choice
<6>hub 1-2:1.0: USB hub found
<6>hub 1-2:1.0: 3 ports detected
<4>hub 1-2:1.0: insufficient power available to use all downstream ports
<6>usb 1-2.1: new full speed USB device using pxa27x-ohci and address 8
<6>usb 1-2.1: configuration #1 chosen from 1 choice
<6>usb 1-2.2: new full speed USB device using pxa27x-ohci and address 9
<6>usb 1-2.2: configuration #1 chosen from 1 choice
<6>input: Broadcom Corp BCM92045DG-Flash_UHE as /class/input/input6
<6>power.c: Adding power management to input layer
<6>input: USB HID v1.11 Keyboard [Broadcom Corp BCM92045DG-Flash_UHE] on usb-pxa27x-2.2
<6>usb 1-2.3: new full speed USB device using pxa27x-ohci and address 10
<6>usb 1-2.3: configuration #1 chosen from 1 choice
<6>input: Broadcom Corp BCM92045DG-Flash_UHE as /class/input/input7

lsusb reports:
Bus 1 Device 11: ID 0a5c:4503 Broadcom Corp.
Bus 1 Device 10: ID 0a5c:4502 Broadcom Corp.
Bus 1 Device 9: ID 0a5c:2100 Broadcom Corp.
Bus 1 Device 8: ID 0a5c:4500 Broadcom Corp.
Bus 1 Device 1: ID 0000:0000


But when I try to scan for devices, it says "inquiry failed".  I have 2 devices waiting for a connection.  Any clues?

2
Angstrom & OpenZaurus / Installing Xserver On Console Image
« on: July 09, 2007, 12:26:14 pm »
After installing the Angstrom console image, how does one go about installing packages to enable xserver?  I got to a point where X would try to start and then it says no screen found.  I've searched everywhere and found no answer.

Thank you.

p.s. I know it's easier to install the X image, but I have a reason for wanting to install the base.

3
Angstrom & OpenZaurus / Angstrom Screenshots
« on: June 20, 2007, 04:52:45 pm »
Screenshots from the 20070604 build of Angstrom.


http://www.flickr.com/photos/cleverswine/tags/angstrom/

4
Zaurus - pdaXrom / Icewm - The Ultimate Configuration
« on: October 19, 2006, 02:27:01 pm »
Screenshots here:
http://www.cleverswine.net/kn/zaurus.html

pdaXrom beta3
IceWM with SilverXP theme (some fonts and the "start" menu modified)
* get themes here: http://themes.freshmeat.net/browse/925/
extract the archive into your /usr/share/icewm/themes directory and then select the theme from the menu

IceWM has a low memory footprint and is reasonably fast (esp compared to other WMs on the Z)

The background image is set using icewmbg (started by icewm-session).  XScreensaver is also enabled, and working.  Here is an excerpt from my .xinitrc:

Code: [Select]
xhost +
sudo -u zaurus xscreensaver -verbose -nosplash&
icewm-session 2>/dev/null >/dev/null

in the ~/.icewm/prefoverride file, you can override the theme's background by adding this:

Code: [Select]
#  Desktop background image
DesktopBackgroundImage="/mnt/card/data/main.png"

The panel was manipulated by editing ~/.icewm/toolbar
I created a personalized launcher menu with:
Code: [Select]
menufile favs /usr/share/pixmaps/firefox.png favs
and created the file ~/.icewm/favs to hold the launcher items:
Code: [Select]
prog kopi /usr/share/pixmaps/date.png kopi
prog sylpheed /usr/share/pixmaps/sylpheed.png sylpheed
prog rox /usr/share/pixmaps/rox.png rox
prog leafpad /usr/share/pixmaps/leafpad.png leafpad
prog firefox /usr/share/pixmaps/firefox.png firefox
prog konq /mnt/card/usr/lib/kde/pics/konqueror.png konq
prog dillo /usr/share/pixmaps/dillo.png dillo
prog gaim /usr/share/pixmaps/gaim.png gaim
prog abiword /usr/share/pixmaps/abiword_48.png abiword
prog gqview /usr/share/pixmaps/gqview.png gqview
prog gftp /usr/share/pixmaps/gftp.png gftp
prog aterm /usr/share/pixmaps/gtkterm2.png aterm

The "start" menu can be customized by editing ~/.icewm/menu
I simplified mine by removing most of the menu items, leaving me with Programs and Settings:
Code: [Select]
# This is an example for IceWM's menu definition file.
#
# Place your variants in /etc/icewm or in $HOME/.icewm
# since modifications to this file will be discarded when you
# (re)install icewm.
#
#separator
#menuprog Gnome folder icewm-menu-gnome1 --list
#menuprog KDE folder icewm-menu-gnome --list
menufile Programs /usr/share/icewm/pixmaps/mbfolder.png programs
menufile Settings /usr/share/icewm/pixmaps/mbfolder_system.png Settings
#menufile Tool_bar folder toolbar

To change the "start" menu button, edit the image /usr/share/icewm/themes/[the them you are using]/icewm.xpm

The IceWM web site also has helpful info:
http://www.icewm.org/manual/

5
Angstrom & OpenZaurus / Tools For Gui Dev In Gpe
« on: June 09, 2006, 07:58:07 pm »
I would like to do some gtk development for GPE, but I'm having a difficult time finding languages/bindings that work.  Python seems to be the predominant language with the most APIs for GPE development, but I would prefer to avoid Python.

I would specifically like to use the Ruby/GTK binding, but after a couple of tries, I have been unable to install it from source.  I wonder if someone could package up some Ruby tools for GPE??

6
Angstrom & OpenZaurus / Desktop Folders And Shortcuts
« on: May 31, 2006, 08:20:19 pm »
Is there a way to move application shortcuts from folder to folder, and create or remove  folders from the desktop (and panel menu)?  A lot of the folder structure makes NO sense (i.e. Gaim in "Other"...)

Plus, say I move sylpheed from the "Other" folder to a new folder called "PIM".  What will happen when I uninstall sylpheed?

A GUI app for customizing the panel menu and desktop layout would be great.

7
Zaurus - pdaXrom / Fbpanel
« on: May 09, 2006, 11:54:37 am »
I'm trying to replace mb panel with fbpanel by editing ~/.xinitrc.  I installed fbpanel and then made the following change in .xinitrc:

eval "matchbox-desktop $MBBGND" 2>/dev/null >/dev/null &
#eval "matchbox-panel --no-flip $MBORIENT" 2>/dev/null >/dev/null
fbpanel &

I've tried various things, but no matter what I do - X server shuts down if matchbox-panel isn't started (or if it's killed).  Hints please?

p.s. what exactly does 2>/dev/null >/dev/null do?  I assume it sends program out put to null device, but what is the 2>/dev/null all about?

8
Angstrom & OpenZaurus / Hawking Cf Ethernet Adapter
« on: April 25, 2006, 01:23:49 pm »
I have a Hawking CF Ethernet Adapter (H-CF686TX) and OZ 3.5.4.1 Alpha2.  Plugging in the CF card, I get network activity on the card, but OZ does not bind it to an interface.  ifconfig does not show eth0.  I suspect that the card is not binding to a network module (?).  This card worked "plug and play" in cacko 1.23.

pccardctl ident:
product info: "Fast Ethernet", "CF Size PC Card", "1.0", ""
manfid: 0x0149, 0xc1ab
function: 6 (network)

Where can I enter this information to get it to bind??

9
Angstrom & OpenZaurus / Usb Ethernet
« on: April 17, 2006, 05:19:36 pm »
OZ 3.5.4.1 Alpha2 / C1000

1.  I just bought a USB Lan adapter (Linksys) for a wired ethernet connection, and the appropriate cables for my C1000 - the mini A to make Zaurus a host.  When I plug anything into the USB adapter, nothing happens.  No power goes to the USB device, and the Z does nothing.  Nothing shows up in dmesg either.  Could it be that I don't have the appropriate modules loaded?  Also, 'lsusb' isn't recognized as a command.

2.  Can I expect USB/ethernet to work without much tweaking?

10
Cxx0 Hardware / Ignorant C1000 Question
« on: April 13, 2006, 01:20:06 pm »
Does the C1000 have bluetooth?  I can't find specifications in English.

Thanks.

11
Angstrom & OpenZaurus / Oz 3.5.4.1 Alpha1 Screenshots
« on: March 24, 2006, 12:29:22 pm »
In case anyone is interested, I have posted some screenshots of GPE on OpenZaurus 3.5.4.1 Alpha1.

SL-C1000


http://cleverswine.net/kn/zaurus.html

12
Zaurus - pdaXrom / Sd Card Not Found
« on: February 19, 2006, 05:11:00 pm »
I've just flashed my SL5500 (collie) Zaurus with pdaxrom 1.1.0beta1 and my SD card doesn't appear in /dev and I can't mount it.  There is no /dev/mmc* file at all.  df doesn't show it.  SD drivers/modules appear to be installed and running, but my card is "invisible".  Help.  I can post dmesg output or whatever if needed.

13
General Discussion / Force CF card to be recognized?
« on: July 16, 2004, 02:55:38 pm »
My Wifi CF card is almost always identified as Anonymous Memory when it is inserted.  About 1 out of every 10 times, it is recognized correctly.  Is there any way to force the system to see it as a wifi card and load the appropriate modules?  Also, would this problem be a symptom of a failing CF card, or a failing CF port on the Zaurus?

Zaurus 5500
OpenZaurus 3.3.6-pre1
SMC2642W CF Wifi Card

14
Security and Networking / wifi cf card loses connection
« on: June 23, 2004, 10:40:24 pm »
When I insert my CF WIFI card, it seems to be recognized and the network icon appears, as expected.  I connect to my wireless LAN and everything is fine for about 1 minute.  After about 1 minute, the signal strength rapidly decreases until there is none, although it still shows my dhcp assigned info.  Has anyone else seen this, or have any clue what I my try to fix it?


Zaurus SL5500, SMC2642W WIFI CF Card, Sharp ROM v 3.13

cardctl ident
Socket 0:
  product info: " ", "SMC2642W 11Mbps Wireless CF Card", ""
  manfid: 0xd601, 0x0005
  function: 6 (network)

I have this entry in wlan-ng.conf:
card "Z-Com XI825 11Mb/s 802.11b WLAN Card (Prism 2.5)"
  manfid 0xd601, 0x0005
  bind "prism2_cs"

Pages: [1]