Kraven_the_Hunter

joined 2 years ago
[–] Kraven_the_Hunter@lemmy.dbzer0.com 2 points 2 days ago (1 children)

Why hasn't the market dropped yet with all the fuckery going on in DC? Because the impact of said fuckery has not occurred yet.

This is s completely incorrect take on the stock market.

Rule #1 of the stock market is that none understands how it responds to inputs.

Rule #2 is that it attempts to factor in future expectations, so if you wait for something to happen, the impact is already accounted for in the price if the stock.

Market frenzy, people piling on when FOMO takes over, etc all make it impossible to have any level of certainty. So it's a valid question to ask why all of the current fuckery has not translated into market chaos.

Yeah this is what I'm doing now. I tried all of the tricks but they aren't working. Unfortunately this dock is USB 2.0 so I think it will take quite a while. These are "only" 3TB drives, but I need to clean 2 of them before I can test. Hopefully sometime next week??? Haha.

[–] Kraven_the_Hunter@lemmy.dbzer0.com 3 points 2 days ago (1 children)

Thanks, this looked really promising but didn't work for me. lvremove said it couldn't find the volume group and dmraid said that I have an unsupported sector size and it didn't see any raid disks at me drive location.

I'm currently using dd to write zeros to the drives. I'm not sure how long that will take me on this old USB 2.0 dock.

I want to use RAID 1 but I've tried single disk as well.

[–] Kraven_the_Hunter@lemmy.dbzer0.com 1 points 3 days ago (1 children)

hdparm wouldn't let me run the security-erase or security-erase-enhanced commands. It was indicating an IO failure. I thought maybe that was due to me not giving the drive a file system so I went back to Disks and gave it one, but still no luck. When I give it a file system the drive mounts though, so no actual hardware issues that I can see.

I found a thread on another site about using dd to remove the last 1-10MB of a RAID disk in order to make their RAID appliance see the drives as unconfigured. That's basically what I'm trying to do here so I followed those instructions but this Mediasonic bay is still not coming to life with the old drives. I might be at the point of sending it back and looking for something else.

Just for completeness, the command used to wipe the end of the drive is as follows where you specify the amount to wipe using the "mb" variable and you change /dev/sdX to the correct drive. From a thread on Stack Exchange.

disk=/dev/sdX && mb=10 && dd if=/dev/zero of=$disk bs=512 count=$(( 2048 * $mb )) seek=$(( $(blockdev --getsz $disk) - 2048 * $mb ))

[–] Kraven_the_Hunter@lemmy.dbzer0.com 1 points 3 days ago (1 children)

I've never used this before so I'm not sure what to make of it. I am currently letting it analyze one of the disks and it's seeing a lot of HFS+ blocks (I assume that's what it's reporting) and a handful of ext4. That makes sense I guess, since I'm not wiping the drive, just trying to delete any partition info and/or formatting.

The only thing that seems like it might affect how the disk looks when inserted is cylinder geometry but I don't know enough about that to even guess at what to do with it. Is there something I should be looking for in testdisk?

 

I have 4 old hard drives that I pulled from an old Drobo that needs to be trashed. I bought a Mediasonic 4-bay RAID enclosure that I thought would be a good upgrade, but knew going into that the drives may not work because the manual for the new enclosure specifically says to use new drives to avoid problems. The exact product is this Mediasonic one.

I don't care about the existing data on these drives, and that was originally what I thought was meant by "avoiding problems". So I tried just putting the drives in to no avail. They don't show up as drives in the file explorer. They don't show up in "Disks".

I also have an external hard drive dock - the 15 year old version of this one which does let me mount the drives and see them in Disks.

I have tried running "wipefs -a" and I've tried formatting them in Disks with no filesystem specified. I've also run parted on them, but anything I try in parted gives me the error "unrecognised disk label".

If I can't reuse these old drives then the enclosure is of less use to me than I had hoped as I don't intend to buy new drives any time soon.

Is there anything else I can try to reset these drives to a state where they'll act like new drives that have never been used before?

Update: The "tricks" haven't worked so I'm doing the full disk write using dd. It'll be a while before I have 2 disks prepped to try.

Big Gil Gunderson vibes..

[–] Kraven_the_Hunter@lemmy.dbzer0.com 13 points 4 days ago (2 children)

Sweet Caroline has always existed

[–] Kraven_the_Hunter@lemmy.dbzer0.com -2 points 4 days ago (1 children)

Remember when Biden said some idiotic thing earlier in the war about how Ukraine wasn't thankful enough and felt that support was owed to them? That's when I knew Biden want taking this seriously. It was theatrics to him.

You've got to remember that these are just simple farmers. These are people of the land. The common clay of the new West. You know... morons.

How much for you to paint them to look like toy eggs and ship to the US?

I went into the Mullvad settings a bit deeper to see why my Surface might be using wireguard tunnels while my desktop doesn't. I didn't see anything related to that, but I did notice that Mullvad has a "Lockdown Mode" which requires you to be connected to Mullvad in order to access the internet. I don't have that active, but I wonder if it is in that mode anyway. I did a quick enable/disable of it to no avail.

 

Most of the way through bag #3 and I just noticed they're not calling these "tortilla chips" anymore..

 

I'll preface this by saying that these issues are on a Surface Tablet that I've been using to play around with, so I haven't been too diligent in documenting what changes were made when.

I've got a Surface Go 2 tablet with the LTE modem that I installed Linux Mint onto several months ago. When I first made the switch, cellular connectivity seemed very "touch and go" but Wi-Fi had been solid.

At some point in time (roughly 6 months ago), I switched my home network to using Control D for DNS resolution for about 2 months until I decided it wasn't what I wanted and went back to my default setup which is a Unifi UCG Max gateway using the AdGuard public DNS servers coupled with the built-in ad blocking of the Unifi gateway. This feeds to a separate Wi-Fi mesh network in my home.

About a month ago I noticed that I could no longer reach internet locations on my tablet when connected to my home Wi-Fi network, but I could still access other computers on my LAN just fine, so Wi-Fi was working. Cellular connectivity seemed to have stopped working entirely even though I ran the "lte_modem_fix" that is on github and was seeing several bars of connectivity in the status bar.

Even though websites were inaccessible (Firefox gave me an error saying there was no network connection), in my attempt to try anything I found that I could visit the Control D website even though I stopped subscribing months ago.

On a lark I pulled up my Mullvad VPN app which I have an active subscription to and it let me connect to a server. As soon as I did this, ALL internet sites became available.

Next I took the tablet with me away from home, disabled Wi-Fi and activated the cellular network. Again the bars appeared but I couldn't access any sites. I loaded up Mullvad and was able to connect, after which I could reliably connect to all internet sites. Again, cellular connectivity was never 100% but Wi-Fi was.

How do I even begin troubleshooting and fixing this? Needing a VPN isn't the end of the world, but when at home it gets in the way of accessing local computers so I'd like to get to where the tablet works on Wi-Fi or cellular, with and without a VPN active.

16
Onscreen Audio Popup? (lemmy.dbzer0.com)
submitted 2 months ago* (last edited 2 months ago) by Kraven_the_Hunter@lemmy.dbzer0.com to c/linux@lemmy.ml
 

I sometimes listen to music from Amazon Music through Firefox while I play Rocket League. My keyboard has audio controls, and in Windows adjusting the volume or hitting pause would briefly show an overlay with the current song info and album art.

In Linux the default behavior is to show nothing. Is there a setting or tool to add similar functionality to the Windows behavior?

 

I have a Surface Go tablet that I switched over to Linux a while back, and just came across a problem that I don't know how to approach. I use an iDataLink Maestro module in my car to make an aftermarket stereo do what I want it to do. I want to check for a firmware update on it, but the management software tool is windows or mac only.

So I installed WINE and the PlayonLinux front end. I successfully installed the tool (Weblink) but the keyboard doesn't work so I can't log into it. The trackpad works though, and this is a directly connected keyboard/trackpad, so for one to work but not the other seems weird. I can find threads about non-functional keyboards with some games, but I honestly don't understand the guidance being dished out.

How can I troubleshoot and fix this keyboard issue?

 
 
 

I have a couple of Surface tablets that I'd like to put Linux on if possible. The one I want to try first is a 5th gen Surface Pro. If all goes well I would then try it on a Surface Go 2 and hopefully could keep the cellular access.

What resources are available for doing this? The little I've read so far makes me think that it is a buggy process and maybe not worth the effort involved.

view more: next ›