Re: Should be easy

2010-05-03 Thread Boyd Stephen Smith Jr.
On Sunday 02 May 2010 17:08:23 Mark Neidorff wrote:
 I'm running updated Lenny.  I just got a droid phone and wanted to mount it
  on my Lenny box.  So, I plugged the USB cable into the droid and the
  computer. I expected to see an sd? device show up with partitions (like
  sdb1, sdb2, etc.) but they don't show up.  My primary HD shows up as
  sda1-7.  There are entries for sdb,c,d,e and sdf, but no partitions to
  mount.

On my Android-based phone, a HTC Hero on the Sprint network, once you are 
connected via USB, you have to use the phone to enable USB sharing or 
something like that.  It's an option in the notifications area.

Once you do that, Linux will automatically find it as a USB removable media 
device.  Prior to that, it is actually a USB networking device.  If you have 
root and/or the right permissions on your plan, you can connect your laptop 
via 3G through the phone in the default mode.
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


Should be easy

2010-05-02 Thread Mark Neidorff
I'm running updated Lenny.  I just got a droid phone and wanted to mount it on 
my Lenny box.  So, I plugged the USB cable into the droid and the computer.  
I expected to see an sd? device show up with partitions (like sdb1, sdb2, 
etc.) but they don't show up.  My primary HD shows up as sda1-7.  There are 
entries for sdb,c,d,e and sdf, but no partitions to mount.

What do I have to do to mount the Droid under Lenny?

Thanks,

Mark


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201005021808.23358.m...@neidorff.com



Re: Should be easy

2010-05-02 Thread Tim Tebbit
On 05/02/2010 06:08 PM, Mark Neidorff wrote:
 I'm running updated Lenny.  I just got a droid phone and wanted to mount it 
 on 
 my Lenny box.  So, I plugged the USB cable into the droid and the computer.  
 I expected to see an sd? device show up with partitions (like sdb1, sdb2, 
 etc.) but they don't show up.  My primary HD shows up as sda1-7.  There are 
 entries for sdb,c,d,e and sdf, but no partitions to mount.
 
 What do I have to do to mount the Droid under Lenny?
 

I need to do nothing special. However, I also enabled the option of
automatically mounting removable media, and Lenny simply treated it as such.



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/hrl0he$rc...@dough.gmane.org



Re: Should be easy

2010-05-02 Thread Camaleón
On Sun, 02 May 2010 18:08:23 -0400, Mark Neidorff wrote:

 I'm running updated Lenny.  I just got a droid phone and wanted to mount
 it on my Lenny box.  So, I plugged the USB cable into the droid and the
 computer. I expected to see an sd? device show up with partitions (like
 sdb1, sdb2, etc.) but they don't show up.  My primary HD shows up as
 sda1-7.  There are entries for sdb,c,d,e and sdf, but no partitions to
 mount.
 
 What do I have to do to mount the Droid under Lenny?

After connecting the phone, type dmesg to see what is going on.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.05.03.05.51...@gmail.com



Sound..should be easy, but...

2000-07-24 Thread adam b.
Okay, I feel dumb posting this, but I give up.

I have a Creative Labs SB16 (tm) PnP and I'm trying to get it to
work with modprobe and isapnptools.

isapnp detects it fine, and uses all the proper values for the 3
io ranges, 2 DMAs, and 1 IRQ that the thing needs.  Then the kernel module
loader (from kernel 2.2.17) loads the module fine (@ 220 only) and nothing
works.  When writing to the sound device, I get this error:

Sound: DMA (output) timed out.  IRQ/DRQ config error?

Or something very close.

Anyways, this is on a dual-boot machine with Windoze, or I would
disable PnP.  Anyone have any ideas?  (Suggestions on how to get Windoze
to recognize the thing with PnP disabled are also more than welcome).

--adam b.



Re: Sound..should be easy, but...

2000-07-24 Thread Krzys Majewski
I installed the same card recently. In my /etc/modutils/options I have:

options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x31f

and in /etc/modutils/aliases:

alias sound-slot-0 sound
alias sound-service-0-0 sb
alias sound-service-0-3 sb

-chris


On Mon, 24 Jul 2000, adam b. wrote:

   Okay, I feel dumb posting this, but I give up.
 
   I have a Creative Labs SB16 (tm) PnP and I'm trying to get it to
 work with modprobe and isapnptools.
 
   isapnp detects it fine, and uses all the proper values for the 3
 io ranges, 2 DMAs, and 1 IRQ that the thing needs.  Then the kernel module
 loader (from kernel 2.2.17) loads the module fine (@ 220 only) and nothing
 works.  When writing to the sound device, I get this error:
 
 Sound: DMA (output) timed out.  IRQ/DRQ config error?
 
   Or something very close.
 
   Anyways, this is on a dual-boot machine with Windoze, or I would
 disable PnP.  Anyone have any ideas?  (Suggestions on how to get Windoze
 to recognize the thing with PnP disabled are also more than welcome).
 
 --adam b.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 



Re: Sound..should be easy, but...

2000-07-24 Thread André Dahlqvist
On Mon, Jul 24, 2000 at 05:59:51PM -0700, Krzys Majewski wrote:

 alias sound-slot-0 sound
 alias sound-service-0-0 sb
 alias sound-service-0-3 sb

sound-service-0-0 is the mixer, right? But what is sound-service-0-3?
Is there a complete list of these somewhere? The
Documentation/sound/Introduction document is not up to date as far as I
can tell.
-- 

// André