I am currently up late doing anything but sleeping. Later, during the day, I will have officially taken the dive into Linux! I am very excited to do so. Does anyone have any tips, anything that a new user should know? That would be greatly appreciated.

  • SanguinePar@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    3 days ago

    No problem, good luck, and if you get stuck, I’d be happy to try and help (mostly by pointing you to links where I found info!) 😁

    • UnknowableNight@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      3 days ago

      I know almost nothing about computers, I’m searching up issues with wifi, and I see things like ethernet and you have to connect to a hot spot or something, how did you get wifi set up? And how did you get bluetooth set up?

      Edit to add: From my research, I know how to find the button and connect, but apparently it doesn’t show for some people, so I need to activate hotspot on my phone and connect it to my computer, then download required drivers (wireless driver?) and then I will be good to go. Does this sound right?

      • SanguinePar@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        22 hours ago

        Hi there - sorry about the slow reply. I’ll try to pull together the info I found, but in general:

        • Yeah, you need to have the right driver for your wifi card
        • To do that you first need to be able to identify what wifi card you have (will expand on this when I locate the info that helped me)
        • Then you’ll need to have an internet connection to download the correct driver
        • This could be the tricky part, because if your PC’s wifi isn’t working you’ll need another way to connect to the internet. This lack of wifi will also prevent you connecting to your phone’s wifi hotspot - it’ll need to be a physical connection at least at first.
        • Your two options are likely to be: 1) To physically connect your PC to your phone with a cable, and allow the PC to use the phone’s mobile data as an internet connection (assuming that’s possible, might depend on your phone); or 2) Connect your PC directly to your router with an ethernet cable - this assumes you have such a cable, have access to your router, and that your PC has an ethernet port.

        EDIT - here’s some info on that: https://easylinuxtipsproject.blogspot.com/p/temporary-internet.html

        • Once connected you can move on with downloading the right driver - then you install it, probably restart the PC, and fingers crossed your WiFi card will be working

        Probably best to be prepared for it not to work the first time - that was certainly my experience! :-)

        Will try to track down the info I found on identifying the wifi card and getting the driver - in the meantime though, you can be trying to sort out a physical internet connection. Good luck!

        • SanguinePar@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          22 hours ago

          Update 01 (please, anyone with more experience correct me if I’m wrong here):

          Ok, so although this isnt how I did it (it was a terminal command, that I haven’t yet been able to find again) here’s how to ID your WiFi Card - click the main menu (the Start menu, if was Windows), and type “sys” so that you see an option for System Information.

          Click that and choose PCI from the menu on the left. Scroll down the list and you should see entries for Ethernet and Network. Look in the Brand and Device columns to find your model of wifi card. For example, here’s mine:

          The info you need is underlined above - note that on mine the “(rev 01)” part matters too, not just the BCM43142 part.

          Then you need to find the right driver for whatever your card is. I’ll go look to see how I found mine :-)

          • SanguinePar@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            22 hours ago

            Update 02:

            Actually… Ok, so I really wish I’d found this guide (below) before, it looks a lot easier to follow than the various scraps of info I pulled together a couple of weeks ago! I’d say try working through this first, as it seems to be written by someone considerably more knowledgable than me! :-)

            https://www.reallinuxuser.com/how-to-install-wifi-drivers-in-linux-mint/ (I’ve no connection with the author, I literally just stumbled upon the link while trying to find the stuff that helped me)

            I need to go just now, but hopefully that helps - if not please do say, and we can keep trying! :-)