Page 7 of 7

Posted: Mon 03 Mar 2008, 01:44
by wow
Dingo alpha6 k2.6.24, frugal install:

I had a problem connecting my cell phone (an old ericsson k310a) as storage device, the phone was not detected in my custom setup. I think that was a problem with udev(slackware 12). So I rebooted and ran entirely in RAM and nothing.

I solved it loading these kernel modules: 'ssb' and 'ohci-hcd'.

Code: Select all

# dmesg | tail -20
usb-storage: device scan complete
usb 3-3: USB disconnect, address 3
scsi 8:0:0:0: rejecting I/O to dead device
usb 3-3: new full speed USB device using ohci_hcd and address 4
usb 3-3: configuration #1 chosen from 1 choice
scsi9 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
scsi 9:0:0:0: Direct-Access     Sony Eri Memory Stick     0000 PQ: 0 ANSI: 0
sd 9:0:0:0: [sdb] 29994 512-byte hardware sectors (15 MB)
sd 9:0:0:0: [sdb] Write Protect is off
sd 9:0:0:0: [sdb] Mode Sense: 00 6a 00 00
sd 9:0:0:0: [sdb] Assuming drive cache: write through
sd 9:0:0:0: [sdb] 29994 512-byte hardware sectors (15 MB)
sd 9:0:0:0: [sdb] Write Protect is off
sd 9:0:0:0: [sdb] Mode Sense: 00 6a 00 00
sd 9:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1
sd 9:0:0:0: [sdb] Attached SCSI removable disk
usb-storage: device scan complete
# 
Image

Posted: Tue 04 Mar 2008, 02:11
by wingruntled
grubconfig problem:
Alpha6 K2.6.21
Full HD install on HDA4 with grub installed on /dev/hda4 & MBR
grub installed as sda1 & DOS and not Windows ME fat32 hda1

# Other bootable partition config begins
title DOS (on /dev/sda1)
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
# Other bootable partition config ends
# Linux bootable partition config begins
title Linux (on /dev/hda2)
root (hd0,1)
kernel /boot/vmlinuz root=/dev/hda2 ro vga=normal
# Linux bootable partition config ends
# Linux bootable partition config begins
title Linux (on /dev/hda4)
root (hd0,3)
kernel /boot/vmlinuz root=/dev/hda4 ro vga=normal
# Linux bootable partition config ends

I fixed the menu.lst but this was a first of this kind.

Posted: Tue 04 Mar 2008, 16:30
by wingruntled
pupdial:
After disconnecting pupdial cycles back to the connect page, within a few seconds.
--> PPP negotiation detected.
--> Starting pppd at Tue Mar 4 10:13:25 2008
--> pid of pppd: 23210
something new?

Posted: Thu 06 Mar 2008, 09:52
by John Doe
I found something :D

I ran the new "Setup-Sharing" under ~/FileSharing and selected server as onetime. The script didn't make a directory under root at ftpd. Not sure if it works for everytime sharing.

Sorry i've got no line numbers or code. I'm in no condition for that right now.

Maybe tomorrow. :oops: