[newbie] Browsing Symbian phone (A1000) Kbluetooth a'la Motorola suite

2005-03-29 Thread Jason Oakley
Has anyone had luck browsing a phone like this?
I can see OBEX Object push but I don't seem to have the (kioslave I 
think??) service to allow me to view the directory structure of the 
phone via Kbluetooth.

I can search for the phone and find it. I can check services and find a 
few, but none that allow me to view the drives and directories and 
up/download files a'la the Motorola Suite for Windows.

Anyone have any luck with this?

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] USB Mouse problem

2005-03-27 Thread Jason Oakley
Maybe if I try asking one question per email.
Like others, my USB mouse never works when I boot MDK.
I have to log on using keyboard only, then use Cursor keys and enter and 
tab to change the mouse to something else, eg PS2 then I can change it 
back to PS2/USB and everything is fine.
Next time I boot up, it is broken again.

Tried changing /etc/X11/XF86Config by hand to /dev/input/mice but that 
does nothing.

Tested all in root and in normal user mode (which asks for root password 
when I start mcc) but no help. Just have to set it again each time I 
start up.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Log Off/Reboot/Halt

2005-03-27 Thread Jason Oakley
When I want to log off, the only option I have is LOG OFF. There's no 
Reboot or Halt option.

Randomly (it seems) I get the dragon log off/reboot/halt menu, but not 
very often.

I can go into the settings and set SHUTDOWN to EVERYONE (after logging 
back in as root. That is, log off, log in as root, set it to EVERYONE, 
log out).

I can select REBOOT but I get a blank page appear with two buttons at 
the bottom of it (REBOOT and CANCEL iirc). Hitting REBOOT many times 
does nothing at all. I can hit CANCEL then HALT and that works.

This happens every time I boot up. I have to go through it all over 
again cos MDK doesn't remember my settings.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] USB Mouse problem

2005-03-27 Thread Jason Oakley




Rob.

This is mine:

Section "InputDevice"
 Identifier "Mouse1"
 Driver "mouse"
 Option "Protocol" "ExplorerPS/2"
 Option "Device" "/dev/mouse"
 Option "ZAxisMapping" "6 7"
EndSection

Not sure what that gets set to when I log in, but after selecting the
mouse that's what it's set to.
This is an Evoluent Vertical mouse.

# cat /etc/modules.conf

[EMAIL PROTECTED] etc]#

hmm
Nothing there.
It worked _perfect_ during the installation of MDK 10.1 recently but
never works first off when I boot up.

dmesg says:
mice: PS/2 mouse device common for all mice

usbcore: registered new driver usbfs
usbcore: registered new driver hub
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
ohci_hcd :00:02.0: OHCI Host Controller
PCI: Setting latency timer of device :00:02.0 to 64
ohci_hcd :00:02.0: irq 12, pci mem f89e5000
ohci_hcd :00:02.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ohci_hcd :00:02.1: OHCI Host Controller
PCI: Setting latency timer of device :00:02.1 to 64
ohci_hcd :00:02.1: irq 11, pci mem f89e7000
ohci_hcd :00:02.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
usb 1-1: new low speed USB device using address 2
ehci_hcd :00:02.2: EHCI Host Controller
PCI: Setting latency timer of device :00:02.2 to 64
ehci_hcd :00:02.2: irq 5, pci mem f89f2000
ehci_hcd :00:02.2: new USB bus registered, assigned bus number 3
PCI: cache line size of 64 is not supported by device :00:02.2
ehci_hcd :00:02.2: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 6 ports detected
usb 1-1: device not accepting address 2, error -110
EXT3 FS on hdb2, internal journal
ohci_hcd :00:02.0: wakeup

ohci_hcd :00:02.1: wakeup
usb 1-1: new low speed USB device using address 4
kjournald starting. Commit interval 5 seconds
usbcore: registered new driver hiddev
EXT3 FS on hdb9, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
NTFS driver 2.1.15 [Flags: R/O DEBUG MODULE].
input: USB HID v1.10 Mouse [Macally Peripherals Evoluent Optical
USB/PS2 Vertical Mouse ] on usb-00
00:00:02.0-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
usbcore: registered new driver usbmouse
drivers/usb/input/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
usb 2-2: new full speed USB device using address 2

usb 2-2.2: new full speed USB device using address 3

usbcore: registered new driver hci_usb

usb 1-1: control timeout on ep0in


That's about all the USB stuff I can find.

I have seen some people recommend turning off APIC to fix some problem
like this, but I can't. If I change anything in Bootmenu, I get an
error because /boot/message-graphic /boot/message and /boot/map are all
missing.

Rob Blomquist wrote:

  On Monday 28 March 2005 01:56, Jason Oakley wrote:
  
  
Maybe if I try asking one question per email.

Like others, my USB mouse never works when I boot MDK.

I have to log on using keyboard only, then use Cursor keys and enter and
tab to change the mouse to something else, eg PS2 then I can change it
back to PS2/USB and everything is fine.
Next time I boot up, it is broken again.

Tried changing /etc/X11/XF86Config by hand to /dev/input/mice but that
does nothing.

  
  
My USB mouse is grabbed at boot every time, no fail for many moons.

here is my XF86Config mouse section:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

It is a Logitech Digital Mouse with scroll wheel.

You also should check that your USB modules are loading in boot. If I am not 
mistaken, that will be in modules.conf, I guess I am mistaken, as that and 
modules are both empty. 

I have little idea how udev handles it. But I will say that its working for 
me.

Rob


  






Re: [newbie] USB Mouse problem

2005-03-27 Thread Jason Oakley




Rob Blomquist wrote:
mice:
PS/2 mouse device common for all mice
  

usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
usbcore: registered new driver usbmouse
drivers/usb/input/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
Those lines are showing that your mouse is being detected and installed during 
boot.

What does /var/log/messages show after these lines, dmesg and messages should 
show the same kernel messages in the same order? Does it show that either 
hid-core, or usbmouse are being dropped for some reason?

When your mouse is in a non-detected mode, what does lsmod say? are hid-core 
or usbmouse there?

  

lsmod output:

usbmouse 4256 0
usbcore 103172 7
hci_usb,usbmouse,usbhid,ehci-hcd,ohci-hcd

This is earlier in /var/log/messages :
Mar 26 08:53:10 dhcppc66 mousedrake[4107]: ### Program is starting ###
Mar 26 08:53:15 dhcppc66 mousedrake[4107]: running: /sbin/modprobe hid
Mar 26 08:53:15 dhcppc66 mousedrake[4107]: running: /sbin/modprobe -n
hid
Mar 26 08:53:15 dhcppc66 mousedrake[4107]: running: /sbin/modprobe
mousedev
Mar 26 08:53:15 dhcppc66 mousedrake[4107]: running: /sbin/modprobe -n
mousedev
Mar 26 08:53:17 dhcppc66 mousedrake[4107]: modified file
/etc/sysconfig/mouse
Mar 26 08:53:17 dhcppc66 mousedrake[4107]: symlinked file usbmouse to
/dev/mouse
Mar 26 08:53:17 dhcppc66 mousedrake[4107]: symlinked file input/mice to
/dev/usbmouse

This, more recently:

Mar 28 16:27:54 starbug kernel: hub 2-0:1.0: USB hub found
Mar 28 16:27:54 starbug kernel: hub 2-0:1.0: 3 ports detected
Mar 28 16:27:54 starbug kernel: ehci_hcd :00:02.2: EHCI Host
Controller
Mar 28 16:27:54 starbug kernel: ehci_hcd :00:02.2: irq 5, pci mem
f89f2000
Mar 28 16:27:54 starbug kernel: ehci_hcd :00:02.2: new USB bus
registered, assigned bus number 3
Mar 28 16:27:54 starbug kernel: ehci_hcd :00:02.2: USB 2.0 enabled,
EHCI 1.00, driver 2004-May-10
Mar 28 16:27:54 starbug kernel: hub 3-0:1.0: USB hub found
Mar 28 16:27:54 starbug kernel: hub 3-0:1.0: 6 ports detected
Mar 28 16:27:54 starbug kernel: ohci_hcd :00:02.1: wakeup
Mar 28 16:27:54 starbug kernel: usb 1-1: new low speed USB device using
address 3
Mar 28 16:27:54 starbug kernel: usbcore: registered new driver hiddev
Mar 28 16:27:54 starbug kernel: input: USB HID v1.10 Mouse [Macally
Peripherals Evoluent Optical USB/PS2 Vertical Mouse ] on usb-:00
:02.0-1
Mar 28 16:27:54 starbug kernel: usbcore: registered new driver usbhid
Mar 28 16:27:54 starbug kernel: drivers/usb/input/hid-core.c: v2.0:USB
HID core driver
Mar 28 16:27:54 starbug kernel: usbcore: registered new driver usbmouse
Mar 28 16:27:54 starbug kernel: drivers/usb/input/usbmouse.c: v1.6:USB
HID Boot Protocol mouse driver
Mar 28 16:27:54 starbug kernel: usb 2-2: new full speed USB device
using address 2


The full output of lsmod:

Module Size Used by
isofs 31352 1
md5 3584 1
ipv6 230916 12
nls_cp437 5312 2
nls_iso8859-1 3680 2
smbfs 60792 3
rfcomm 32348 8
snd-seq-midi 6624 0
snd-emu10k1-synth 6656 0
snd-emux-synth 34976 1 snd-emu10k1-synth
snd-seq-virmidi 5632 1 snd-emux-synth
snd-seq-midi-emul 7200 1 snd-emux-synth
snd-seq-oss 31232 0
snd-seq-midi-event 6080 3 snd-seq-midi,snd-seq-virmidi,snd-seq-oss
snd-seq 47440 8
snd-seq-midi,snd-emux-synth,snd-seq-virmidi,snd-seq-midi-emul,snd-seq-oss,snd-seq-midi-event
snd-pcm-oss 49480 0
snd-mixer-oss 17376 1 snd-pcm-oss
snd-emu10k1 90728 2 snd-emu10k1-synth
snd-rawmidi 19300 3 snd-seq-midi,snd-seq-virmidi,snd-emu10k1
snd-pcm 81800 2 snd-pcm-oss,snd-emu10k1
snd-timer 20356 2 snd-seq,snd-pcm
snd-seq-device 6344 7
snd-seq-midi,snd-emu10k1-synth,snd-emux-synth,snd-seq-oss,snd-seq,snd-emu10k1,snd-rawmidi
snd-ac97-codec 69392 1 snd-emu10k1
snd-page-alloc 7400 2 snd-emu10k1,snd-pcm
snd-util-mem 3232 2 snd-emux-synth,snd-emu10k1
snd-hwdep 6916 2 snd-emux-synth,snd-emu10k1
snd 45988 15
snd-emux-synth,snd-seq-virmidi,snd-seq-oss,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-emu10k1,snd-rawmidi,snd-pcm,snd-timer,snd-seq-device,snd-ac97-codec,snd-hwdep
soundcore 7008 1 snd
af_packet 16072 2
eepro100 26316 0
mii 4224 1 eepro100
ide-cd 37280 1
cdrom 37724 1 ide-cd
loop 12520 0
nls_iso8859-15 4224 6
ntfs 147964 5
hidp 11296 2
l2cap 19876 10 rfcomm,hidp
nvidia-agp 5788 1
agpgart 27752 1 nvidia-agp
hci_usb 10912 5
bluetooth 39076 12 rfcomm,hidp,l2cap,hci_usb
joydev 8032 0
tsdev 5824 0
evdev 7648 0
usbmouse 4256 0
usbhid 41088 0
ehci-hcd 26244 0
ohci-hcd 18468 0
usbcore 103172 7
hci_usb,usbmouse,usbhid,ehci-hcd,ohci-hcd
ext3 120680 5
jbd 49080 1 ext3





Re: [newbie] USB Mouse problem

2005-03-27 Thread Jason Oakley
Ivo Perich wrote:
What happened in the Mandrake installation? Did the mouse work?
If so, I had exactly the same problem with a ps/2 mouse. In the instalation, 
it worked fine. After the reboot, it didn't. I used the cursor keys and enter 
the tab, changed the mouse to anything, then PS/2 and it worked. When i 
rebooted, it didn't work again. I tried changing /etc/X11/XF86Config by hand 
too but it didn't work. The problem was produced because of the security 
level i put in the instalation. It's a bug. If this level was too high, the 
mouse didn't work. I know that it maybe sounds weird, but that's what 
happened to me. Now i am with the same Mandrake, the same PC, a lower 
security level and the mouse works fine.
I hope it can help.

 

Ivo.
Worked perfectly during installation as you said..
I dropped my security from HIGHER down to STANDARD. Still no good :-/
Should I try lower still? :)

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Log Off/Reboot/Halt

2005-03-27 Thread Jason Oakley
Jason Oakley wrote:
When I want to log off, the only option I have is LOG OFF. There's no 
Reboot or Halt option.

Randomly (it seems) I get the dragon log off/reboot/halt menu, but 
not very often.

I can go into the settings and set SHUTDOWN to EVERYONE (after logging 
back in as root. That is, log off, log in as root, set it to EVERYONE, 
log out).

I can select REBOOT but I get a blank page appear with two buttons at 
the bottom of it (REBOOT and CANCEL iirc). Hitting REBOOT many times 
does nothing at all. I can hit CANCEL then HALT and that works.

This happens every time I boot up. I have to go through it all over 
again cos MDK doesn't remember my settings.
Hmm.
Dropped the security level as per a suggestion for another of my 
problems (USB Mouse) and now I get the Dragon log off/reboot screen 
all the time.
I guess it doesn't always pay to have Security set very high ;)


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] USB Mouse, Browser, Log on/Off, etc

2005-03-26 Thread Jason Oakley
Howdy.
I've just installed 10.1
I've not used MDK before, but have experience with Solaris and FreeBSD. I'm 
trying to learn how MDK does everything via gui.

Every time I boot my computer (whether as root or a normal user) my USB mouse 
doesn't work. I have to use TAB and cursor keys and ENTER to select a generic 
ps2 mouse then it works and I can select generic USB mouse.
I tried editting /etc/X11/XF86Config and putting in /dev/input/mice but that 
doesn't help. Every time I exit and come back I have to set the mouse up 
again.

#2: I'm guessing I can only set my default browser as root? Firefox asks me 
every time I start up. I would have thought it'd save it somewhere each user 
has access to so everyone can have their own default browser.

#3: Log on/off
I know where to enable this feature for EVERYONE in MCC, but if I start MCC as 
root or log onto it and enter the root password from a normal user account, 
it won't save it for future use. I have to do it every time.
Randomly (it seems) I get the dragon log on/off menu. Most of the time even if 
I set it in MCC the only option I get is LOG OFF. From that menu I can select 
REBOOT or HALT.
If I select REBOOT, I get a small blank window in the middle of the screen 
with two buttons (CANCEL and REBOOT iirc). Hitting REBOOT many times does 
nothing, but HALT will work.

Kaffeine doesn't seem to like playing normal DVDs. I'm guessing this is just 
an encryption problem? It always errors out with the plugin not found error. 
AVI's on the hard drive work fine tho.

Logging onto a Windows share. I can connect to my globally shared drive when I 
boot up, but I don't know how to configure MDK to mount my 'home drive' a'la 
the NETLOGON.BAT script which runs if I boot into Windows. Should I just 
fstab this mount or something?

Thanks.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Linneighborhood

2005-03-26 Thread Jason Oakley
Hi.
I've installed Linneighborhood on my MDK 10.1 installation. I can't find 
any icons for it in my MD-K-DE menu so I don't know how to configure it. 
It'd be nice to use for setting up connections to Samba shares on my 
FreeBSD server.
TIA


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Linneighborhood

2005-03-26 Thread Jason Oakley




Thanks to all whom answered. Got this one solved now!

Jason Oakley wrote:
Hi.
  
  
I've installed Linneighborhood on my MDK 10.1 installation. I can't
find any icons for it in my MD-K-DE menu so I don't know how to
configure it. It'd be nice to use for setting up connections to Samba
shares on my FreeBSD server.
  
TIA
  
  
  


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com