[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-10-07 Thread James Westby
** Changed in: sysinfo (Ubuntu) Status: Fix Committed => Fix Released -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bug

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-10-07 Thread James Westby
Uploaded, thanks for your contribution. Please submit the patch upstream, even if it appears dead, it should only take a moment. It would be good to encourage them to move away from fixed size arrays for everything else as well. I had a look at doing this, but the logic with them is slightly more

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package sysinfo - 0.7-0ubuntu4 --- sysinfo (0.7-0ubuntu4) intrepid; urgency=low * three bugfixes : * sysinfo fails to show all hardware when there are a lot of usb or pci controllers * debian/patches/02_fix_usb_pci_limit.dpatch (LP: #211347) * the

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-10-06 Thread Koen Beek
Hi, I tried to use the ArrayList class to remove the limit on the number of usb controllers and pci bridges It compiles and works correctly, but I'd recommend a C#, C++ or Mono developer to have a look at the code to make sure it is sane this is the new debdiff Koen ** Attachment add

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-10-06 Thread James Westby
Hi, I'm still reluctant to upload this fix. Firstly, because I believe it will exceed the limits quite often, and secondly because doing that silently may cause confusion, and could even be harmful. Increasing the limits to a large number would help with this, but it's quite ugly, making it dy

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-10-04 Thread Koen Beek
Hi, indeed increasing the limit by one isn't too great as a solution the major correction though, is that limit checking is being applied while it wasn't before - if there are more than 6 usb-controllers, only the first 6 will be shown but the program will not fail and will show all the other

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-10-03 Thread James Westby
Hi Koen, The debdiff looks pretty good, thanks. Increasing the limits by one doesn't seem like a great way to avoid the problems. I would upload it, but how hard would it be to make it dynamic so that it doesn't have a limit? Also, could you check that all of the patches are forwarded to http:/

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-09-23 Thread levmatta
Just to note that still it is not showing network devices information - now on Intrepid. Thanks -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-08-23 Thread Koen Beek
This is a new debdiff It corrects the three open bugs of sysinfo including this one three bugfixes : * sysinfo fails to show all hardware when there are a lot of usb or pci controllers * debian/patches/02_fix_usb_pci_limit.dpatch (LP: #211347) * the close button of the about dialog does not w

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-08-23 Thread Koen Beek
** Changed in: sysinfo (Ubuntu) Status: Confirmed => In Progress ** Changed in: sysinfo (Ubuntu) Status: In Progress => Confirmed -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-08-02 Thread Luca Falavigna
I just declined milestoning this bug for the release, but I think this will be uploaded in Intrepid soon. I haven't chances to test it myself, though (lack of hardware). ** Changed in: sysinfo (Ubuntu) Assignee: Luca Falavigna (dktrkranz) => (unassigned) -- sysinfo Fails to Find Hardware ht

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-08-02 Thread Koen Beek
Hi Luca, why did you not accept this change for intrepid ? ** Changed in: sysinfo (Ubuntu) Assignee: (unassigned) => Luca Falavigna (dktrkranz) -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-06-08 Thread Koen Beek
I have published the new version on my ppa : https://launchpad.net /~koen-beek/+archive The new deb file is stored here : http://launchpadlibrarian.net/15125885/sysinfo_0.7-0ubuntu4_all.deb -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notificatio

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-06-08 Thread Koen Beek
** Changed in: sysinfo (Ubuntu) Assignee: Koen Beek (koen-beek) => (unassigned) Status: In Progress => Confirmed -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-06-08 Thread Koen Beek
This is a debdiff to correct this issue ** Attachment added: "sysinfo_0.7-0ubuntu4.debdiff" http://launchpadlibrarian.net/15125609/sysinfo_0.7-0ubuntu4.debdiff -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notification because you are a member

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-06-08 Thread Koen Beek
The problem seems to be that sysinfo can only handle a maximum 5 PCI bridges and that your system seems to have 6 of them When HardInfo.cs reads the 6th PCI bridge it uses an index that is out of the allocated range Following error messages are output to the console when this happens : System.In

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-05-14 Thread Koen Beek
Hi, I've been able to reproduce with the lspci output attached to the previous comment I'll have a look at the code to see what is causing this Koen ** Changed in: sysinfo (Ubuntu) Status: Incomplete => In Progress -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bu

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-05-12 Thread GeekGirl1
Hi, Not a problem. Output of sudo lspci -v attached to this comment. I used root priv to be sure of capturing all the data. Regards, GeekGirl1 ** Attachment added: "lspci.log" http://launchpadlibrarian.net/14479884/lspci.log -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/b

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-05-12 Thread Koen Beek
Hi, could you also include the output of lspci -v ? thanks, Koen -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-05-05 Thread GeekGirl1
My lspci output for reference: 00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2) 00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2) 00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2) 00:00.3 RAM memory: nVidia Corporation C51 Memory Controlle

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-05-05 Thread levmatta
Ubuntu Hardy 64bit lspci output. ** Attachment added: "lspci.out" http://launchpadlibrarian.net/14242002/lspci.out -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-05-05 Thread Koen Beek
Hi, could you include the output of the lspci command thanks, Koen ** Changed in: sysinfo (Ubuntu) Assignee: (unassigned) => Koen Beek (koen-beek) Status: New => Incomplete -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notif

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-04-29 Thread levmatta
My sysinfo also displays no network information. (Ubuntu Hardy 64bit) -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-04-03 Thread GeekGirl1
** Description changed: Binary package hint: sysinfo + + From 'apt-cache policy sysinfo': + sysinfo: + Installed: 0.7-0ubuntu3 + Candidate: 0.7-0ubuntu3 + Version table: + *** 0.7-0ubuntu3 0 + 500 http://us.archive.ubuntu.com hardy/universe Packages + 100 /var/lib/dpkg/st

[Bug 211347] Re: sysinfo Fails to Find Hardware

2008-04-03 Thread GeekGirl1
** Attachment added: "sysinfo with no network information" http://launchpadlibrarian.net/13094437/sysinfo.png -- sysinfo Fails to Find Hardware https://bugs.launchpad.net/bugs/211347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --