LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-24-2022, 01:42 AM   #16
Ve0
LQ Newbie
 
Registered: Apr 2022
Posts: 13

Original Poster
Rep: Reputation: 1

Quote:
Originally Posted by pan64 View Post
Doesn't work
 
Old 04-24-2022, 02:54 AM   #17
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Ve0 View Post
Doesn't work
That answer is too short. How do you propose anybody could help you just from saying "doesn't work"?

FWIW, Here's another article dealing with a similar issue. It's tricky.

Have you looked in BIOS?

Maybe you can open up the computer and take out the offending component?

Quote:
Originally Posted by Ve0 View Post
Thank you! Already read it. But the issue with not only smartctl. I need to remove this disk from dev dir..
What else is the issue with? You need to fix that.
 
1 members found this post helpful.
Old 04-24-2022, 06:57 AM   #18
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,700

Rep: Reputation: 7823Reputation: 7823Reputation: 7823Reputation: 7823Reputation: 7823Reputation: 7823Reputation: 7823Reputation: 7823Reputation: 7823Reputation: 7823Reputation: 7823
Quote:
Originally Posted by Ve0 View Post
Doesn't work
https://d.cxcore.net/Eric%20S%20Raym...mart%20Way.pdf
Code:
Q  My {program, configuration, SQL statement} doesn't work
A  This is not a question, and I'm not interested in playing Twenty Questions to pry your actual question out
of you — I have better things to do. On seeing something like this, my reaction is normally of one of the
following:
• do you have anything else to add to that?
• oh, that's too bad, I hope you get it fixed.
• and this has exactly what to do with me?
 
Old 04-24-2022, 01:21 PM   #19
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486
Quote:
Originally Posted by Ve0 View Post
Doesn't work
Did you even follow the steps in that link to disable the device?

If you did then maybe you could post each command used and the detailed commands and responses you saw. With detailed info we may be able to identify what is going wrong.

In my experience it should work since it creates a rule for udev to identify and ignore that device so it no longer attempts to configure it.

BTW, just for the uninformed.
Devices are shown in /dev only after they are identified by udev. Preventing udev from acting on the device means it will not be presented in /dev.

Last edited by computersavvy; 04-24-2022 at 01:25 PM.
 
Old 04-28-2022, 10:05 PM   #20
Ve0
LQ Newbie
 
Registered: Apr 2022
Posts: 13

Original Poster
Rep: Reputation: 1
Thanks to all who trying to help. I'll try to be more clean.

The system have USB card reader (which is on the motherboard and can't be disconnected to turned off from bios), even if this card reader is empty, the system create device: /dev/sdb . Smartmontools and zabbix (with discovery) found this device automatically and try to read the parameters from it. It causing overloading on the system.

Just because I can't disconnect this USB card reader, I ask the forum for help to disable (remove, whatever will work) this device to do not trigger zabbix and smartctl to monitor this /dev/sdb device.

I need sdb despair from folder /dev and from the system at all. How can I do that?
 
Old 04-28-2022, 10:09 PM   #21
Ve0
LQ Newbie
 
Registered: Apr 2022
Posts: 13

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by computersavvy View Post
Did you even follow the steps in that link to disable the device?

If you did then maybe you could post each command used and the detailed commands and responses you saw. With detailed info we may be able to identify what is going wrong.

In my experience it should work since it creates a rule for udev to identify and ignore that device so it no longer attempts to configure it.

BTW, just for the uninformed.
Devices are shown in /dev only after they are identified by udev. Preventing udev from acting on the device means it will not be presented in /dev.
Yes, I tried all that steps. The device still present in dev dir.

I understand it in exactly the same way as you. Only one thing is not clear for me on user rule:
Code:
ACTION=="add"
But I tried it and device was still in the /dev dir.
 
Old 04-28-2022, 10:17 PM   #22
Ve0
LQ Newbie
 
Registered: Apr 2022
Posts: 13

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by ondoho View Post
That answer is too short. How do you propose anybody could help you just from saying "doesn't work"?

FWIW, Here's another article dealing with a similar issue. It's tricky.

Have you looked in BIOS?

Maybe you can open up the computer and take out the offending component?


What else is the issue with? You need to fix that.
This solution is works for me, sdb disappear! Thank you!!!

Слава Украине!!!
 
1 members found this post helpful.
Old 04-29-2022, 12:09 AM   #23
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,353
Blog Entries: 1

Rep: Reputation: 2200Reputation: 2200Reputation: 2200Reputation: 2200Reputation: 2200Reputation: 2200Reputation: 2200Reputation: 2200Reputation: 2200Reputation: 2200Reputation: 2200
obsolete, should be removed

Last edited by mrmazda; 04-29-2022 at 12:11 AM.
 
Old 04-29-2022, 12:38 AM   #24
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Glad you got it!
Please mark your thread SOLVED (see my signature). Others will benefit.

Quote:
Originally Posted by Ve0 View Post
Smartmontools and zabbix (with discovery) found this device automatically and try to read the parameters from it. It causing overloading on the system.
This would probably have been easier to fix.

And nice touch, answering in Russian. I wish you all the best for the days to come, if that's where you're from. Пу́тин хуйло́!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No UUID on external 500G HDD and can't even see the 500G INTERNAL hdd hapibeli Linux - Hardware 7 01-05-2022 08:47 PM
hdd dock can't see new raw hdd DanceMan Linux - Hardware 3 08-24-2021 03:34 AM
Selenium: Check whether button exist or not and if exist whether the the text is in it is desired one or not daichiash General 0 07-03-2020 11:17 AM
[SOLVED] cannot login to funtoo linux. UID 0 does not exist. no users or groups seem to exist. whansard Linux - Security 1 12-19-2018 04:40 AM
can not see fonts in Gnome, can not see fonts in GNOME... Dunhill Linux - Software 0 09-04-2006 02:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration