You are not logged in.
Pages: 1
Just did a fresh Arch64 0.7.2 installation. Maybe I'm missing something really obvious here. I just did pacman -Syu. All my other packages have installed nicely but pacman can't find hwd in the sync db. Did I screw something up? Is there a hwd package for Arch64?
Offline
No, that's right. It's not there.
lshwd is available, though.
What the beep was that?
Offline
If you plan on using hwd at boot, it's no longer needed. use MOD_AUTOLOAD instead
Offline
I remember that hwd fails to build on x86_64. It was something with the monitor part.
Offline
I remember that hwd fails to build on x86_64. It was something with the monitor part.
Oh, yeah, good point - the code to read the EDID from the graphical hardware is written in assembly (LRMI or LPMI or something - "Protected Mode" from the DOS days).
Offline
Is the project still activly developed? Who is/was the developer? Can we expect changes to make it compile on our architecture or should we try to leave that part(patch/sed whatever)?
Offline
ddcxinfo-arch is the problem. It's a dependency fro hwd.
Offline
I was able to build hwd when removing ddcxinfo dep. But Xorg configuration part won't work for x86_64. Is it worth to upload it to extra without the xorg part?
I guess it would be better to wait and see if we can get ddcxinfo-arch fixed before.
Offline
AndyRTR > I guess so, yes as soon as hwd can provides hardware & modules conf information in a nice output. Below is hwd output on Arch-0.8 x86, and I can't think about something so nice/compact/accurate (just compare this with lspci, or more funny, Everest output on Wiwi )
kernel 2.6.19-ARCH
CPU & Cache : Processor 0 is AMD Athlon(tm) 64 Processor 3200+ 2000MHz, 512 KB Cache
Sound:
Sound card : Acer Labs Inc.|M5455 PCI AC-Link Controller Audio Device
ALSA module : snd-intel8x0
Command Line : modprobe snd-intel8x0
To setup and configure ALSA check at: http://wiki.archlinux.org/index.php/Alsa%20setup
Xwindows:
Video Card : nVidia Corp.|GeForce 6200 TurboCache(TM)
Monitor : Generic Monitor
H kHz : 28.0-96.0
V Hz : 50.0-75.0
Xserver : Xorg
Xmodule : vesa
Mouse : Generic PS/2 Wheel Mouse
XType : PS/2
Device : /dev/psaux
Command Line : xorgcfg -textmode (configure tool to setup vga card, monitor, and mouse).
: modprobe ohci_hcd
Hard Drivers (one of your drivers as sample):
Drive(ide) : Maxtor 6B160P0 (HD) 163939MB / 8192KB cache
Device : /devhdd
Command Line : mount /devhdd /mnt/<directory>
Floppy disk: No disk.
USB System:
Module : ohci_hcd
Command Line : modprobe ohci_hcd
USB Driver: No driver.
USB Printer: No printer.
Scanner: No scanner.
Ethernet card:
Ethernet : Acer Labs Inc.|M5263 Ethernet Controller
Module : tulip
Interface : eth0
Command Line : modprobe tulip ; dhcpcd eth0
[...]
Doesn't look that good?
Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery ) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9
Offline
Is the project still activly developed? Who is/was the developer?
I developed it but the search engine (lshwd) and ddcxinfo-arch by z4ziggy. Hwd is a front end. Before lshwd hwd used kudzu(??), Red Hat hw detect and it's auto x configure. What I have (or had) in mind is to use hwdetect as search engine but not got time to study how to read the information with hwd.
Markku
Offline
Pages: 1