On Thursday 02 December 2004 14:23, Jarod Wilson wrote: > On Thursday 02 December 2004 06:56, Juan C. Gallardo wrote: > > Oh god! > > I can't believe it but using BusID "00:00:0x09" worked! > > > > how come???? the lspci sais 00.09.0 ... > > Because lspci is outputting a hex number, and X is expecting a > decimal number. The 0x09 tells X that its actually a hex number. > > I believe this should also work: > BusID "PCI:00:09:0" > > X knows that PCI bus IDs are in hex.
Actually, the reason it worked is because the number he was using before was 00:09:0 instead of 00:00:09. The "09" was in the wrong place. Hex or decimal wouldn't make a difference here, since "9" is the same value in both. -JAC _______________________________________________ mythtv-users mailing list [EMAIL PROTECTED] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
