Mailinglist Archive: opensuse-bugs (5398 mails)
| < Previous | Next > |
[Bug 208854] Detection of ISA Card 3c509 does not work after installation
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 10 Jun 2007 13:01:59 -0600 (MDT)
- Message-id: <20070610190159.D38C6CC785@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=208854
------- Comment #35 from mzugec@xxxxxxxxxx 2007-06-10 13:01 MST -------
Hi Dieter,
welcome to yast-hackers world ;-)
but I see that "sysfs_id":"/devices/pnp1/01:02/01:02.00" is there.
So problem is that your patch isn't enought. In routines/hardware.ycp put into
function "ReadHardware(string hwtype)"
something like :
one["name"] = DeviceName(card);
one["type"] = controller;
+ one["sysfs_id"] = card["sysfs_id"]:""; // here is needed change
one["unique"] = card["unique_key"]:"";
one["requires"] = card["requires"]:[];
Enjoy it and give me please feedback whether that works
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #35 from mzugec@xxxxxxxxxx 2007-06-10 13:01 MST -------
Hi Dieter,
welcome to yast-hackers world ;-)
but I see that "sysfs_id":"/devices/pnp1/01:02/01:02.00" is there.
So problem is that your patch isn't enought. In routines/hardware.ycp put into
function "ReadHardware(string hwtype)"
something like :
one["name"] = DeviceName(card);
one["type"] = controller;
+ one["sysfs_id"] = card["sysfs_id"]:""; // here is needed change
one["unique"] = card["unique_key"]:"";
one["requires"] = card["requires"]:[];
Enjoy it and give me please feedback whether that works
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |