if i did change the device ID then it wouldn't work on windows pc.
The reson for not showing because it has windows cd rom software is this correct,if it didn't have the cd rom then it would of been recognised straightaway.
No, your device would still work on windows. The device ID is reset every time you pull it out and plug it in again.
The reason it doesnt show itself as a modem is because it acts like a cdrom drive and the OS recognizes it as such. You need to switch the device to modem mode.
Could you please post the whole dmesg output? There should be a lot more than just the two lines you posted. Do it the way hmc described and post the file as an attachment.
Also I've just discovered that it's possible to install usbmodeswitch from the angstrom repo again, although connection for me is extremely glitchy. For this you need to be connected to the internet via WiFi and execute:
Code:
sudo opkg install usbmodeswitch
sudo opkg install usb-modeswitch-data
Then you should plug in your dongle and execute:
Code:
sudo usb_modeswitch -v 12d1 -p 1446 -M 55534243123456780000000000000011062000000100000000000000000000
This should switch your dongle to modem mode. Please post the output of sudo lsusb, including the vendor and device ID (the two 4-letter strings with the : in between
)
A very interesting and helpful resource on this is
http://www.draisberg.../usb_modeswitch