Wammu - USB Device Name?
Solution 1:
you should try
gammu-detect
Wammu is command line variant of Gammu,you'd know that.
This will give you a config file gammu you can find the device name in it.
Note the first two devices!
Ex)
dave@hnphp006:~$ gammu-detect
; Configuration file generated by gammu-detect.
; Please check The Gammu Manual for more information.
[gammu]
device = /dev/ttyACM0
name = Sony_Ericsson Sony_Ericsson_K790
connection = at
[gammu1]
device = /dev/ttyACM1
name = Sony_Ericsson Sony_Ericsson_K790
connection = at
[gammu2]
device = /dev/ttyS0
name = Phone on serial port 0
connection = at
[gammu3]
device = /dev/ttyS1
name = Phone on serial port 1
connection = at
... etc..
Solution 2:
You will find mounted removable media in /media. The directory used in /media will usually be the volume name, or the UUID (a long serial number) if there isn't one. This would be the filesystem.
I'm not sure the filesystem is exactly what Wammu wants however. If it really is looking for the device name, and if the device really is being recognised as as a CD-ROM, then the device name should apparently be
/dev/sr0
To get a list of device names on your system you should use the bash command:
blkid