|
Bugzilla – Full Text Bug Listing |
| Summary: | YaST2 does not allow ttyUSB devices for modem config | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | J L Turriff <jlturriff> |
| Component: | YaST2 | Assignee: | Michal Zugec <mzugec> |
| Status: | RESOLVED NORESPONSE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | lnussel, snwint |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | output from sertest (wacom tablet attachment) | ||
|
Description
J L Turriff
2009-04-11 20:54:41 UTC
Created attachment 285312 [details]
output from sertest (wacom tablet attachment)
This file merely shows that traffic is indeed coming through the /dev/ttyUSB0 device into the system. The device could be used if YaST2 would allow it to be configured.
ttyACM* are specific modem based device, also serial and also AT command driven. reassign to maintainer of yast2-ntework I may be wrong, but it looks to me as if the "Modem Device" list contents are hard-coded, instead of being created dynamically by scanning at execution-time? Leslie Just to be sure: combobox is editable, so you can write /dev/ttyUSB0 if you want and it works, right? And answer to your question: yes, list is hardcoded. I don't know how I can dynamically create list you expect ... hal-find-by-capability --capability serial > Just to be sure: combobox is editable, so you can write /dev/ttyUSB0 if you
> want and it works, right?
No, sir. It appears to be so, but after clicking through Next -> Next -> Next -> Next -> Finish, the new value is not saved. (If I was able to just overtype with the desired value I would not have needed to open this bug report.) :-)
Leslie
hal-find-by-capability --capability serial /org/freedesktop/Hal/devices/pnp_PNP0501_0_serial_platform_1 /org/freedesktop/Hal/devices/pnp_PNP0501_serial_platform_0 Ludwig, how can I extract /dev/tty* device from this output? via shell? $ hal-get-property --udi /org/freedesktop/Hal/devices/pnp_PNP0501_serial_platform_0 --key serial.device /dev/ttyS0 Doesn't YaST have some agent that allows it to talk to hal rather than having to use such dirty commands? Steffen, could you extend hwinfo about this information? I think I came across this during SL 11.1 beta testing. So it might just work with hwinfo from 11.1 (reporting ttyUSB* devices correctly). What is output when you execute as a root: echo '`Read(.probe.modem)'|/usr/lib/YaST2/bin/y2base stdio scr Here's what I get on my 11.0 system: # echo '`Read(.probe.modem)'|/usr/lib/YaST2/bin/y2base stdio scr ([]) ([]) Can you upgrade or try liveCD with 11.1? Closed because no response for a long time. Feel free to reopen when you be able to provide requested information. |