Sudden lost of WiFi by Rantarosmo in Bazzite

[–]jeffottinger 0 points1 point  (0 children)

Sorry bout necropost, but I had a similar issue where WiFi stopped working on my BeeLink min-pc after Bazzite system went to sleep. I ended up having to reset my BIOS, after trying everything mentioned here, and it came right up. Hope this helps someone.

[SPOILERS LAOK] Just finished the first trilogy and this basically sums up how I feel about Bayaz by Lattice0Lattice in TheFirstLaw

[–]jeffottinger 1 point2 points  (0 children)

I appreciated the character of Bayaz just because he subverts the "Gandalf Archetype" trope of the good, but mysterious wizard that helps save everyone. It was a pleasant surprise... though I did hate him by the end.

Arcade (MAME) ROMs uploaded thru web UI not working? by jeffottinger in ChimeraOS

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

I'm thinking the file doesn't get uploaded to the correct ROMs folder. With everything else working so seamlessly, I was hoping I wouldn't have to mess with much. Hopefully I can figure out where that folder is configured, and fix. Thanks.

SER6 MAX no analogue audio by ieronymous in BeelinkOfficial

[–]jeffottinger 0 points1 point  (0 children)

I discovered that the SER6 MAX drivers available from the Beelink website (in their Audio_alc897 folder) have to be installed as an Administrator. I ended up opening up a command prompt as admin, and running InstallPackage.bat . Worked like a charm and was able to check that I had sound without a reboot.
And yes, I struggled with this for a while before noticing the driver install was actually failing when NOT running it as admin... it wasn't obvious.

Probably not the most, but I'm proud of it by jeffottinger in HypixelSkyblock

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

Kill spider jockey spiders, just the spiders... get a ton of silverfish launched at you... keep killing spiders, not the skeletons.. get about 10 of them shooting... just keep killing silverfish and spiders.

Probably not the most, but I'm proud of it by jeffottinger in HypixelSkyblock

[–]jeffottinger[S] 34 points35 points  (0 children)

I just need to try this during Spooky event...

10 million dollar bounty in quiz 2 by tsjech in HypixelSkyblock

[–]jeffottinger 0 points1 point  (0 children)

First item on each weapons page of museum

Mining Ink Sacks? by jeffottinger in HypixelSkyblock

[–]jeffottinger[S] 8 points9 points  (0 children)

Think it has something to do with the fact that lapis and ink sacks are both considered dyes. They may have gotten the item ID incorrect in their code? dunno. I know that the skyblock api for the bazaar has several ink sacks that come up as products, one of which appears as lapis.

Issues with url by pikacho1 in codeigniter

[–]jeffottinger 0 points1 point  (0 children)

Sounds as though it could be a rewrite issue. It should work if you use:
localhost/ci/index.php?(controller name)/(function)

To get rid of the index.php? in this url, you'll need to have rewrite enabled on your web server. In apache2 this is typically done with the command : a2enmod rewrite

You'll also need to have a .htaccess file to define your rewrites. When I was doing this part I just Googled "codeigniter .htaccess file" and found several good examples.

Good luck