Hardware and Drivers in Linux

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 48

  • @arduinoguru7233
    @arduinoguru7233 4 ปีที่แล้ว

    This is best youtube channel ever , information I got here never will get it anywhere else .

  • @ItsDevOps
    @ItsDevOps 10 ปีที่แล้ว +12

    Your videos are short and sweet, straight to the point. Thank you for that.

  • @konasteph
    @konasteph 10 ปีที่แล้ว +4

    glad that most comments give thumbs up to clarity, diction, let me add that the absence of thumpy music is also appreciated

  • @unixuser1
    @unixuser1 11 ปีที่แล้ว +1

    Very illustrative, there is always new stuff to learn even if we're looking at the basics

  • @HenokWehibe
    @HenokWehibe 10 ปีที่แล้ว +14

    Linux explained with proper English thanks

  • @harisha.g4792
    @harisha.g4792 5 ปีที่แล้ว

    Really nice video. Got what I was really searching for !!

  • @hobicaca8079
    @hobicaca8079 2 ปีที่แล้ว

    Great. It would be best if you add/mention video according to syllabus.

  • @retropaganda8442
    @retropaganda8442 6 ปีที่แล้ว +1

    the lsmod | grep pcs* command is borked. first, it's missing single quotes, so bash is looking for files in the current directory starting with pcs, and since there's none, it's passing psc* verbatim to the grep program. but then, grep is not using simple wildcard patterns, so it's looking for 'pc', followed by 0 or more 's' characters. It should have been just grep pcs

  • @africantwin173
    @africantwin173 4 ปีที่แล้ว

    I liked Raspbian destop and lite, hated Arch Armv71 headless because of many usb wifi troubles.

  • @drghartnangamn
    @drghartnangamn 4 ปีที่แล้ว

    Thank you Mr. Penguin ❤

  • @ashebulamu9592
    @ashebulamu9592 10 ปีที่แล้ว

    Excellent tutorial Andrew..

  • @zugykudus
    @zugykudus 10 ปีที่แล้ว

    I have a dual boot on my laptop, windows 8.1 pro and ubuntu 13:10, and I use realtek usb wi-fi adapter for browsing. when I am in windows, the internet is very fast. but when switched to ubuntu, it is connected, but the signal is weak and can not open the internet. WHAT IS THE PROBLEM? thanks

  • @ahmed26189
    @ahmed26189 4 ปีที่แล้ว

    How can I add a parallel port because it does not exist at all ?? ... Thank you so much

  • @gowthamanv8740
    @gowthamanv8740 5 ปีที่แล้ว

    Really, nice and excellent video.
    Keep it up

  • @kamalrathi5152
    @kamalrathi5152 6 ปีที่แล้ว +1

    Can we have video on all type of hardware on systems like PM,PCI,RAM,ROM paths on linux so that CPU containing anything has a path in OS so for explaining that?

  • @anglojojo
    @anglojojo 9 ปีที่แล้ว +4

    Good video Andrew, one thing got me confused is when I try to run the command "modprobe -l" I get a message as the -l is an invalid option, I'm pretty sure it worked for me a few weeks ago, could it have been deprecated? I can't figure out how to list the full kernel module names.

    • @Dragnarok28
      @Dragnarok28 8 ปีที่แล้ว +3

      +anglojojo try this instead : modinfo pcspkr

  • @bogdanb78
    @bogdanb78 8 ปีที่แล้ว +1

    selecting text and middle click where u need the text should also paste... also i don't understand why pcs* retrieves paraport and other things that don't start with pcs...

    • @rajiv.kushwaha
      @rajiv.kushwaha 8 ปีที่แล้ว +2

      That's because pcs* is a regular expression which evaluates to 'pc' followed by zero or more 's'. This is different from shell globbing where that would mean 'pcs' followed by any characters.

    • @Тратата-р1ы
      @Тратата-р1ы 8 ปีที่แล้ว

      Apparently he have replaced standard “grep” to “grep -E” through alias.
      Also, it is possible use keyboard shortcuts for copy/paste in the pseudoterminal:
      copy - ctrl + shift + c
      paste - ctrl + shift + v

  • @hamptonford3066
    @hamptonford3066 8 ปีที่แล้ว

    I'm trying to install a driver for a TL-WN822N USB-Wifi adapter. When I tried plugging it in and running "ls /dev/sd?" nothing changed. It is 4.3.X kernel. Why?

  • @DAVIDGREGORYKERR
    @DAVIDGREGORYKERR 9 ปีที่แล้ว

    I found this very interesting.

  • @AtlantaFixers
    @AtlantaFixers 8 ปีที่แล้ว

    Excellent vid!

  • @KK-mp8yo
    @KK-mp8yo 4 ปีที่แล้ว

    Do you have full tutorial in Udemy or any other learning portals?

    • @theurbanpenguin
      @theurbanpenguin  4 ปีที่แล้ว

      Linux Essentials on Udemy www.udemy.com/course/learning-linux-essentials-taking-your-first-steps-in-linux/?referralCode=3F48CE909CD6AED849BD

  • @NicholasJohnson14
    @NicholasJohnson14 7 ปีที่แล้ว

    Have you ever got thunderbolt hard drives to work on Ubuntu? I can't get a external drive to show up running Ubuntu 16.04 on a GA-Z87X-UD5 TH and I'm looking to set it up so I can.

  • @samuelclay7662
    @samuelclay7662 11 ปีที่แล้ว

    good explanations, well narated

  • @sushilkhot8065
    @sushilkhot8065 8 ปีที่แล้ว

    great...Thank you...

  • @sysadmin-e678
    @sysadmin-e678 8 ปีที่แล้ว

    Is this also pretty much the same on Red Hat-based distros?

  • @mikealpha
    @mikealpha 10 ปีที่แล้ว

    Excellent

  • @maftunahmed4512
    @maftunahmed4512 5 ปีที่แล้ว

    can You Please Name The application in which you executing operations?

  • @sharhav
    @sharhav 10 ปีที่แล้ว

    Thank you for Excellent video. i work with linux mint 17 , the command modprobe -l does not work for me, why?

  • @SouravTechLabs
    @SouravTechLabs 6 ปีที่แล้ว

    If I do:
    for i in $(lsmod) ; do sudo rmmod $i ; done
    My keyboard works, and I can hover my mouse on anything on the screen, but mouse buttons doesn't work! My internet is disconnected... :]
    I did this on a virtual machine that I was planning to delete soon! But a reboot fixed that.
    One thing I want to tell you is: modprobe doesn't have -l option now.

  • @tiagotorres4702
    @tiagotorres4702 6 ปีที่แล้ว

    Great explanation, without having to hear the horrible accent!

  • @ehdenwaygoner6090
    @ehdenwaygoner6090 9 ปีที่แล้ว

    "lsusb: command not found" , help?

    • @rachesprech9312
      @rachesprech9312 8 ปีที่แล้ว

      +Clitaclasm Gaming/Tutorials lsusb is part of usbutils which would be in the repository of whichever distribution of linux you are using. On ubuntu you can sudo apt-get install usbutils while on arch linux you could do something like sudo pacman -S usbutils; and on a rpm distro like redhat, centos or fedora its probably yum install usbutils

  • @vbogatovbogatov683
    @vbogatovbogatov683 10 ปีที่แล้ว

    well done!

  • @skull198
    @skull198 10 ปีที่แล้ว

    thanks!

  • @bolty7306
    @bolty7306 4 ปีที่แล้ว

    bruh

  • @deathbornium
    @deathbornium 5 ปีที่แล้ว

    oh dude that mic sucks

  • @random-accessmemory9201
    @random-accessmemory9201 5 ปีที่แล้ว

    Linux hardware drivers sucks. 😥

  • @BeeJay91
    @BeeJay91 6 ปีที่แล้ว

    Your videos are short and sweet, straight to the point. Thank you for that.