untan

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by untan

  1. @ich777 The plugin is working fine with 6.10.0rc4. Thank you very much.
  2. @ich777 Sorry. I was replacing the bzroot with the file output by unraid_kernel_helper. Due to the large file size, I can't seem to attach it. Please use 6.10.0rc4 by all means.
  3. @ich777 You are right. My apologies. I omitted to mention it. It should be from the develop branch.
  4. @ich777 I apologize. I don't have a good understanding about linux and what UDEV refers to. In unraid_kernel_helper, the only additional processing I have done is what I wrote above. I may have done an "apt install *" to add build dependencies. I'm not sure if this will help, but I'm attaching my custom 6.9.2 bzmodules and bzfirmware that I have running on my computer right now. Sorry for the trouble you are going through. Thank you for your kind response. Thank you in advance for your help. bzfirmware bzmodules
  5. @ich777 The most major TV tuners in Japan are PT1, PT2, and PT3 boards from a manufacturer called EarthSoft. These drivers seem to be built in as standard if you have LinuxKernel3.18 or later. Unfortunately, these are no longer available and the market price is at a premium. Therefore, I am using a board called "PX-MLT8PE" from a manufacturer called "PLEX", which is still available at mass retailers. "PLEX", the manufacturer of this board, does not release the source code of drivers for Linux. Therefore, if you want to use this board with Linux, you have to use unofficial drivers made by volunteers. If you want to buy a new TV tuner board that works with Linux in Japan, you have to buy one from "PLEX". Using ich777's unraid-kernel-helper, I built the px4_drv mentioned earlier, based on 6.9.2, with "CUSTOM_MODE" enabled. I have been running unraid stably with bz* for more than a year. It was over a year ago, so I may have left some things out, but the general procedure should have been as follows. # clone git repository $ git clone https://github.com/nns779/px4_drv.git $ cd px4_drv # firmware extraction & install $ cd fwtool $ make $ wget http://plex-net.co.jp/plex/pxw3u4/pxw3u4_BDA_ver1x64.zip -O pxw3u4_BDA_ver1x64.zip $ unzip -oj pxw3u4_BDA_ver1x64.zip pxw3u4_BDA_ver1x64/PXW3U4.sys $ . /fwtool PXW3U4.sys it930x-firmware.bin $ sudo mkdir -p /lib/firmware $ sudo cp it930x-firmware.bin /lib/firmware/ # kernel module build & install $ cd ... /driver $ make $ make -C /lib/modules/5.8.13-Unraid/build M=/usr/src/px4_drv/driver modules $ make -C /lib/modules/5.8.13-Unraid/build M=/usr/src/px4_drv/driver INSTALL_MOD_DIR=kernel/drivers/misc/ modules_install I have friends who use this px4_drv on ubuntu_server and CentOS, but unfortunately no Unraid users. It is possible to create a post on the Japanese forum, but it does not look very promising due to the small number of users:(
  6. ich777, I am honored to hear back from you. I am helped by the packages you publish. I have a lot of respect for you. I am Japanese. I have a commercial TV tuner board built in to watch Japanese TV broadcasts. In order to get it to work, I need to build and incorporate the driver published in the following Git repository, which is maintained by others. https://github.com/nns779/px4_drv Unfortunately, there are few Japanese users of unraid and demand for it is low. But, If this problem cannot be solved, it is a very big problem for us to pass it on, because we cannot upgrade Unraid. Please help me. Thank you in advance.
  7. I am using Unraid 6.9.2 with changes in /lib/modules, /lib/firmware because I want to use less common devices with Docker containers. For customization, I used unraid-kernel-helper from ich999. I tried the other day to use hyper-v on a windows 10 vm, but it doesn't seem to work. I tried 6.10.0rc4. It worked like magic. I would like to incorporate the driver for the device into 6.10.0rc4. It seems that unraid-kernel-helper has been closed to the public. Why has it been closed to the public? I have no choice, so I am trying to build it by myself by trial and error. I understood the procedure regarding bzimage, bzmodules from the following page. https://forums.unraid.net/topic/82625-kernelcustom-kernel-build-with-treaks-20200307-v683558419108naviveganfsv4r8125zen2/ I would like some tips regarding bzfirmware. I would also like to understand the following pages https://wiki.unraid.net/Manual/Release_Notes/Unraid_OS_6.9.0#Better_Module.2FThird_Party_Driver_Support According to this description, the objective can be achieved without creating our own bz*. I checked with the mount command and found that the overlay is set as follows. ### /boot/bzfirmware on /lib/firmware type squashfs (ro,relatime,errors=continue) overlay on /lib/firmware type overlay (rw,relatime,lowerdir=/lib/firmware,upperdir=/var/local/overlay/lib/firmware,workdir=/var/local/overlay-work/lib/firmware) /boot/bzmodules on /lib/modules type squashfs (ro,relatime,errors=continue) overlay on /lib/modules type overlay (rw,relatime,lowerdir=/lib/modules,upperdir=/var/local/overlay/lib/modules,workdir=/var/local/overlay-work/lib/modules) ### is the upperdir, /var/local/overlay/* exists in ram and seems to disappear after reboot. How are nvidia drivers etc. working? Thank you in advance. Translated with www.DeepL.com/Translator (free version)
  8. I also tried to install BigSur and was plagued with the problem of getting Catalina. I found this information on Github and it worked. https://github.com/SpaceinvaderOne/Macinabox/pull/39 From the Container template edit screen in the WebGUI, set "Download Method" to method2. Access the container console, modify /macinabox/unraid.sh, and restart the container. I hope this helps someone else.