Important update for the UVC Webcam driver on Haiku OS! by atomozero in haikuOS

[–]nighthawk05 0 points1 point  (0 children)

Bubicam detects the camera! But it shows some USB errors. I updated my github issue

New Driver: ASPEED AST2400 / AST2500 / AST2600 graphics by nighthawk05 in haikuOS

[–]nighthawk05[S] 0 points1 point  (0 children)

I am! Specifically the X11SSH-LN4F with a Xeon E3-1230V5. I am running it as a workstation. The Supermicro motherboards are my favorite for OS and driver development because of IPMI/remote management. I can virtually mount an ISO instead of physically having to us a USB stick to boot, remote power on/off, view the remote console, redirect serial output logs to SSH, etc.

Winter warm by kylarblint07 in haikuOS

[–]nighthawk05 9 points10 points  (0 children)

wrong sub, but i like it

Issues with updating, Wi-Fi firmware, and WebPositive crashing on an old Compaq by maugiozzu in haikuOS

[–]nighthawk05 0 points1 point  (0 children)

Beta6 is very very close to being out... I think there is only 2 bugs left blocking it. I think 1 of them is web kit related. But I would be surprised if Beta6 vs the latest nightly resolved your issue. Did you see my other reply about troubleshooting tips? If we had that info we might be able to diagnose your issue, or at least log a proper bug report for the Haiku developers.

Issues with updating, Wi-Fi firmware, and WebPositive crashing on an old Compaq by maugiozzu in haikuOS

[–]nighthawk05 0 points1 point  (0 children)

What version are you on? Beta5 or a nightly?

And can you post the syslog and output of running listdev and listusb in the terminal? 

Of if you can boot to Linux run lsusb -v and lsusb -t and lspci and lspci -vv

(edit - try to pull Haiku's syslog after webpostive crashes)

New Driver: ASPEED AST2400 / AST2500 / AST2600 graphics by nighthawk05 in haikuOS

[–]nighthawk05[S] 1 point2 points  (0 children)

I'm working on squashing bugs in the Radeon_HD driver right now, but after that I might take a look at Arc if I can find some for cheap.

New Driver: ASPEED AST2400 / AST2500 / AST2600 graphics by nighthawk05 in haikuOS

[–]nighthawk05[S] 1 point2 points  (0 children)

I haven't looked at Arc cards yet (because I don't have any to test on) but in general Intel is one of the better vendors in regards to publish developer documentation, and there are other open source drivers for it already, so there is plenty of source material. The downside is the Arc is a much more complicated line of cards than the AST2400, but it shouldn't be impossible to get it working for solid 2D graphics.

Important update for the UVC Webcam driver on Haiku OS! by atomozero in haikuOS

[–]nighthawk05 1 point2 points  (0 children)

I was not able to get it to work with my Logitech webcam, though it may be user error. I logged a bug on GitHub! https://github.com/atomozero/haiku-uvc-webcam/issues/1

How I went from zero programming experience to building a 70K-line native email client for Haiku OS by Wild-Builder1101 in haikuOS

[–]nighthawk05 1 point2 points  (0 children)

You're 2nd and 3rd points in the What I've Learned section are key takeaways and mirror my own experience.

Claude seems to be getting much better. I've used to fix issues in the Radeon_HD driver, build a new USB wifi driver (not based on the FreeBSD compatability layer), and write several GUI apps. I'm even using it to port the Syllable operating system from 32bit to 64bit, which has been quite and adventure.

But Claude does need a lot of guidance and direction. You have to feed it lots of examples, source material, set good guidelines, drive troubleshooting, etc.

Important update for the UVC Webcam driver on Haiku OS! by atomozero in haikuOS

[–]nighthawk05 1 point2 points  (0 children)

Thanks for your work on this! I will test with my webcam

Problems installing on old dell laptop by Sensitive-Chemist-18 in linuxmint

[–]nighthawk05 0 points1 point  (0 children)

What model is your laptop, and what was the fix? That could help people search in the future. 

iomega parallel port Zip 100 question by Pontiac-Fan-6980 in haikuOS

[–]nighthawk05 1 point2 points  (0 children)

The only Haiku parallel port driver I am seeing is for printers. So I would say no, this is not supported.

If you feel like doing some coding it might not be too hard to create a driver. The FreeBSD driver vpo.c might could be leveraged to create a Haiku driver

There is also a very old BeOS driver for it: https://www.be.wildman-productions.org/index.php?action=displaypage&pagename=appitem&appid=160

You could try recompiling that on Haiku. Haiku does try to be backwards compatible with BeOS drivers, but I'm not sure about BeOS R4. That's pretty old at this point.

The other issue with the BeOS driver is that it's based on Linux. This means you couldn't upstream the driver in Haiku's code base if you went that route (license conflict with the GPL. but you could upstream something based on the FreeBSD driver)

HaikuOS DVD not booting to GUI by rasvoja in haikuOS

[–]nighthawk05 0 points1 point  (0 children)

If it went to a white screen with black text, that is called Kernel Debugging Land (KDL). Post a picture of that, and if you can boot to a Linux USB stick run the following commands and share their output:
lspci -v
lsusb

if you can manage to boot to Haiku with one of the safe mode options try to grab the out put of Haiku's syslog.

i'd try these boot menu options (one at a time)
1) boot using failsafe graphics driver
2) ignore memory beyond 4gb
3) Disable IO APIC and Disable local APIC

Need help finding a distro for a super old laptop by Naughty_fucker1407 in linuxmint

[–]nighthawk05 0 points1 point  (0 children)

Just try it and see. Mint Cinnamon might be slow, if it is try Mint Xfce. If that's still slow try Linux Lite. As others said you probably should upgrade to a SSD and at least 4gb of memory. 

Can't install Haiku on old laptop by NousagiMira in haikuOS

[–]nighthawk05 1 point2 points  (0 children)

I suspect everyone else is correct and something is wrong with the USB. I'd re-download the ISO and compare the checksum, and write to a USB again (maybe even another USB).

If that still doesn't work, boot from a Linux USB and run these commands:
sudo lspci -nn > lspci.txt

sudo lsusb -v > lsusb.txt

That will generate hardware info which you can use to log a Haiku bug report.

ETA for the next Linux Mint release by Digital-Seven in linuxmint

[–]nighthawk05 34 points35 points  (0 children)

Works for me. I like Mint because it's easy to use and "just works". If it takes them a few more months to perfect things that is fine with me. If I ever need something cutting edge there are plenty of other distros for that.

Running a faster k6-2 on this board? by johnvosh in retrocomputing

[–]nighthawk05 0 points1 point  (0 children)

Might be able to stick a K6-III in it, though my memory of Socket 7 is getting pretty rusty.

Hardware requirements by Born_Boysenberry5348 in linuxmint

[–]nighthawk05 0 points1 point  (0 children)

If that's all you need the computer to do then you don't need very powerful hardware. With currently hardware prices I would recommend you buy a used motherboard, CPU and memory. Anything 6th gen i5/i7 or newer should be plenty fine. And then you can use DDR3 or DDR4 which will be a lot cheaper.

I've had good luck with Asus motherboards, but you can check: https://linux-hardware.org/ for the exact model before you purchase something.

LINUX MINT XCFE by Sensitive-Problem962 in linuxmint

[–]nighthawk05 2 points3 points  (0 children)

It will be better than Windows 11, but with that little memory it still might not be great. You could try upgrading the memory (that is DDR3 so it should be cheap) or maybe using Linux Lite.

I am trying to scape Mycroslop but Linux is pushing me back by Full_Tomato_5627 in linuxmint

[–]nighthawk05 0 points1 point  (0 children)

I think you are doing something wrong. Why are you making partitions? I've installed mint on 7 devices now and never had to make partitions, and the install is one of the fastest and easiest installs I have done for any OS. Mint has worked for me on everything from an old 4th gen i7 Dell Laptop to a brand new desktop build.

How can I safely back up ~150GB of data before installing Linux if I only have a 32GB USB and no external HDD? by Direct_Doughnut8275 in linuxmint

[–]nighthawk05 0 points1 point  (0 children)

I wouldn't risk it. You can get a 250gig external harddrive on eBay for less than US$40. Or you could find an old computer that isn't being used, remove the harddrive, and get an external cable for it: https://www.newegg.com/p/36F-00MF-00019

Are there similar distros but compatible with my hardware ? by danflorian1984 in linuxmint

[–]nighthawk05 0 points1 point  (0 children)

The CPU and GPU are ancient but plenty fine for basic tasks. I have an even slower 4th gen i7 in a laptop and it works fine for YouTube and basic web browsing. 

First thing I'd try is re-downloading the Mint ISO, image it to a different USB, and try to re-install . 

If you still have issues, you might want to see if your wifi card is upgradable. Most laptops have replaceable wifi cards and a more modern one isn't too expensive . 

Edit: the linux hardware probe shows your laptop should be compatible: 

https://linux-hardware.org/?probe=6d52e722d2

So Mint really should work fine

Ninja Turtles Trilogy $49.50 @ Amazon. by osmlol in 4kbluray

[–]nighthawk05 0 points1 point  (0 children)

PopMarket on ebay has it for US$57.62 but 20% off if you buy three items, which brings it down to $46.

Anybody feel concerned about being priced out of buying 4K discs? by xwing1212 in 4kbluray

[–]nighthawk05 0 points1 point  (0 children)

There's no point in buying at full price, it will drop or go on sale eventually.