![]() |
Mytek Stereo192 Not Connecting - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics) +--- Forum: Support & Troubleshooting (https://forums.snakeoil-os.net/Forum-Support-Troubleshooting) +--- Thread: Mytek Stereo192 Not Connecting (/Thread-Mytek-Stereo192-Not-Connecting) Pages:
1
2
|
RE: Mytek Stereo192 Not Connecting - agent_kith - 08-Nov-2021 (08-Nov-2021, 07:14 AM)bigmo Wrote: Power outage in my neighborhood yesterday, so no progress for me.Hmm. Seems the kernel changing code isn't working. Which is strange because it worked in my setup (negatively as I was running this in a virtual machine).... There's also the possibility the mytec kernel will not boot properly on your setup if you installed Ubuntu in EFI mode (i.e. with CSM off). How good are you at building your own kernel? ![]() ![]() RE: Mytek Stereo192 Not Connecting - bigmo - 08-Nov-2021 (08-Nov-2021, 07:42 AM)agent_kith Wrote:(08-Nov-2021, 07:14 AM)bigmo Wrote:Hmm. Seems the kernel changing code isn't working. Which is strange because it worked in my setup (negatively as I was running this in a virtual machine).... You're awesome. I appreciate you sticking with me. Earlier tonight I SSH'd into my server and successfully edited the grub bootloader base on this post: https://www.snakeoil-os.net/forums/Thread-Snakeoil-Firmware-1-0-11-Golden-Ears-Update-11?pid=1560#pid1560 Nice. But still not loading the kernel we want. At least it stopped booting into advanced options and blowing up. lol. My homework now: 1. Check how Ubuntu was installed. EFI mode? I'll have to find out. 2. Building my own kernel? Should I disclose that I was a software developer in a previous life? I am willing to give that a try. If you have any docs on the forums, that would be of great assistance as my Linux is a bit rusty. Thanks! RE: Mytek Stereo192 Not Connecting - agent_kith - 08-Nov-2021 (08-Nov-2021, 01:17 PM)bigmo Wrote: 2. Building my own kernel? Should I disclose that I was a software developer in a previous life? I am willing to give that a try. If you have any docs on the forums, that would be of great assistance as my Linux is a bit rusty.It's actually not that difficult, just time consuming to experiment with various kernels to get that magic one. Steps roughly are Download kernel source:
Edit: Also refer to the Linky link referred in the Wiki. RE: Mytek Stereo192 Not Connecting - bigmo - 09-Nov-2021 Discovered my server is not in EFI mode by downloading and checking efibootmgr. EFI variables are not supported on this system. I'm thinking your statement of: "...possibility the Mytek kernel will not boot properly on your setup if you installed Ubuntu in EFI mode (i.e. with CSM off)" means my system actually should boot properly with the Mytek kernel. Now whether installing it in that mode is different than running it in that mode...I dunno, but I'll bet they are the same. Ok. Onward! RE: Mytek Stereo192 Not Connecting - agent_kith - 09-Nov-2021 (09-Nov-2021, 05:54 AM)bigmo Wrote: Discovered my server is not in EFI mode by downloading and checking efibootmgr.You have to use the mytec kernel then. Although it's an older kernel, it should boot up fine. and that has the mytec kernel compiled in, so in theory should work. If boot up fails, recover manually by changing the default kernel from the grub boot loader. RE: Mytek Stereo192 Not Connecting - bigmo - 09-Nov-2021 (08-Nov-2021, 01:17 PM)bigmo Wrote: Nice. But still not loading the kernel we want. At least it stopped booting into advanced options and blowing up. lol. So here was a problem right under my nose. The mytek linuz file was causing an error with 20.04 server: Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) I chased that one down for a while, but this led me to try: sudo update-initramfs -u -k version which also didn't work. I read in a post somewhere regarding Ubuntu 20.04 that others had trouble getting that version to compile or run custom kernels, so I reinstalled 18.04. I was able to get the 1.2.0 installer to run and added the vmlinuz mytek file, and that worked fine as well. But when I added the mytekusb2-generic.fw file I suddenly lost my network connection. Truly weird. I'll have to try to repro that one, but it mimics what I saw last week. So in the end the mytek kernel doesn't boot with a fresh install of 20.04, at least not on my system here. Will try to restart the networking some time tomorrow...or just start over again. At least the 18.04 seems to be behaving better than the 20.04. Go figure. RE: Mytek Stereo192 Not Connecting - agent_kith - 09-Nov-2021 (09-Nov-2021, 01:44 PM)bigmo Wrote: Will try to restart the networking some time tomorrow...or just start over again. At least the 18.04 seems to be behaving better than the 20.04. Go figure.Things will go better once the kernel builder stuffs is done.. Unsure at this stage when I'll get to start on that, time will tell ![]() ![]() ![]() RE: Mytek Stereo192 Not Connecting - bigmo - 13-Nov-2021 No worries. I'm sure you have a very long list of things to solve. Been working with the networking issue that shuts off once the mytek kernel gets installed. I mean, everything gets wiped out. Stepping through very carefully as I may be able to start it back up, but Ubuntu 18.04 went to netplan and yaml files so setup bits (as far as internet searches) are all over the board. At least I now have a handle on how the resolv.conf file works. More as soon as I can get better answers! RE: Mytek Stereo192 Not Connecting - bigmo - 14-Nov-2021 (08-Nov-2021, 05:38 PM)agent_kith Wrote:(08-Nov-2021, 01:17 PM)bigmo Wrote: 2. Building my own kernel? Should I disclose that I was a software developer in a previous life? I am willing to give that a try. If you have any docs on the forums, that would be of great assistance as my Linux is a bit rusty.It's actually not that difficult, just time consuming to experiment with various kernels to get that magic one. Steps roughly are I'm going to head down this kernel building road. I was trying a solution today that would let me use ifup/ifdown and simplify my network setup, but the suggested commands ended up running into permission issues that just went nowhere. Off to kernel land. ![]() RE: Mytek Stereo192 Not Connecting - agent_kith - 14-Nov-2021 (14-Nov-2021, 06:42 AM)bigmo Wrote: I'm going to head down this kernel building road. I was trying a solution today that would let me use ifup/ifdown and simplify my network setup, but the suggested commands ended up running into permission issues that just went nowhere.If you hit permission errors, just precede your command line with 'sudo' (without quotes), usually works. |