Re: USB ADSL Modem name visible in Network preferences,
Re: USB ADSL Modem name visible in Network preferences,
- Subject: Re: USB ADSL Modem name visible in Network preferences,
- From: Jérome Foucher <email@hidden>
- Date: Mon, 28 Oct 2002 11:26:43 +0100
On lundi, oct 28, 2002, at 11:02 Europe/Paris, Quinn wrote:
For USB serial devices, the Network prefs panel gets the name from I/O
Registry. MoreSCF is supposed to do the same thing. What version of
the MoreSCF package are you using? The latest, 1.0b3, is on the web
site.
<http://developer.apple.com/samplecode/Sample_Code/Networking/
MoreSCF.htm>
Look at the routine CopyUserVisibleNameForModemOrSerialPort, which
contains the special case for the USB serial devices. You should be
able to step through that routine to work out why it's going wrong.
The problem is that the implementation of the modem is odd. The
IOTTYBaseName key is set to "Alcatel" instead of "usbmodem", so the
routine to get the proper name is never called inside MoreSCF.....
So I'll have to check specifically for this type of modem :o(((
Thanks for the help.
Have fun !
Jerome
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.