Where are service files stored? [on hold]Auto-run script when Wifi card is plugged in (udev)Getting my Smart...
Is there a way to make member function NOT callable from constructor?
Patience, young "Padovan"
Does the average primeness of natural numbers tend to zero?
How could a lack of term limits lead to a "dictatorship?"
aging parents with no investments
Can the Produce Flame cantrip be used to grapple, or as an unarmed strike, in the right circumstances?
Calculate Levenshtein distance between two strings in Python
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
Could a US political party gain complete control over the government by removing checks & balances?
Pristine Bit Checking
Re-submission of rejected manuscript without informing co-authors
"My colleague's body is amazing"
How would photo IDs work for shapeshifters?
Is domain driven design an anti-SQL pattern?
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
Extreme, but not acceptable situation and I can't start the work tomorrow morning
What is the command to reset a PC without deleting any files
What is it called when one voice type sings a 'solo'?
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
Is every set a filtered colimit of finite sets?
What happens when a metallic dragon and a chromatic dragon mate?
Where else does the Shulchan Aruch quote an authority by name?
Are objects structures and/or vice versa?
What causes the sudden spool-up sound from an F-16 when enabling afterburner?
Where are service files stored? [on hold]
Auto-run script when Wifi card is plugged in (udev)Getting my Smart Card reader to work on LinuxUSB HDD Enclosure works with Ubuntu, but not RaspbianMint pc boots to no video … or usb power. What's going on?USB Logitech gaming controller doesn't get recognizedWhat's changed with USB drivers in 4.0 and later Linux kernels?How do you tell systemd that a target is satisfied with one of any requirements?Restart nut-driver when data stale, usb device keeps changingHow to prevent the keyboard from being interpreted by the current application?How to get the CR95HF NFC reader to work in the Linux NFC stack
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm using a NFC card reader (connected via USB) and whenever I put a tag on top of it the LED blinks and it makes a noise. I have been searching for the service file that is launched when the tag is put on the reader, but I haven't been able to find it (I understand that's a service, right?). Do you know where these files are stored? are they part of the system or are they located on the readers drivers?
linux usb services
New contributor
put on hold as unclear what you're asking by G-Man, Stephen Harris, muru, Kiwy, nwildner 17 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I'm using a NFC card reader (connected via USB) and whenever I put a tag on top of it the LED blinks and it makes a noise. I have been searching for the service file that is launched when the tag is put on the reader, but I haven't been able to find it (I understand that's a service, right?). Do you know where these files are stored? are they part of the system or are they located on the readers drivers?
linux usb services
New contributor
put on hold as unclear what you're asking by G-Man, Stephen Harris, muru, Kiwy, nwildner 17 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
What's on the NFC tag? ... PGP keys? x509 keys? something else? ... if PGP keys, thengpg --card-status
should show whether the NFC tag is within range... The card reader itself requires a kernel driver and a daemon ... GPG usesscdaemon
... The card reader and card type need to be known before addressing the software stack required.
– RubberStamp
yesterday
Are you asking about what generates the noise?
– muru
yesterday
If the noise comes from the actual NFC reader, then it's probably a hardware feature of the reader itself: it might happen anytime the reader is receiving power and detecting a tag within reading range, whether or not the connected computer has any drivers loaded. Please runlsusb
, identify the line describing the NFC reader, and add it to your question. That would describe the make and the model of the reader, and then it would be possible to find out what features its driver has.
– telcoM
22 hours ago
add a comment |
I'm using a NFC card reader (connected via USB) and whenever I put a tag on top of it the LED blinks and it makes a noise. I have been searching for the service file that is launched when the tag is put on the reader, but I haven't been able to find it (I understand that's a service, right?). Do you know where these files are stored? are they part of the system or are they located on the readers drivers?
linux usb services
New contributor
I'm using a NFC card reader (connected via USB) and whenever I put a tag on top of it the LED blinks and it makes a noise. I have been searching for the service file that is launched when the tag is put on the reader, but I haven't been able to find it (I understand that's a service, right?). Do you know where these files are stored? are they part of the system or are they located on the readers drivers?
linux usb services
linux usb services
New contributor
New contributor
edited yesterday
Rui F Ribeiro
42k1483142
42k1483142
New contributor
asked yesterday
JonetJonet
1
1
New contributor
New contributor
put on hold as unclear what you're asking by G-Man, Stephen Harris, muru, Kiwy, nwildner 17 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by G-Man, Stephen Harris, muru, Kiwy, nwildner 17 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
What's on the NFC tag? ... PGP keys? x509 keys? something else? ... if PGP keys, thengpg --card-status
should show whether the NFC tag is within range... The card reader itself requires a kernel driver and a daemon ... GPG usesscdaemon
... The card reader and card type need to be known before addressing the software stack required.
– RubberStamp
yesterday
Are you asking about what generates the noise?
– muru
yesterday
If the noise comes from the actual NFC reader, then it's probably a hardware feature of the reader itself: it might happen anytime the reader is receiving power and detecting a tag within reading range, whether or not the connected computer has any drivers loaded. Please runlsusb
, identify the line describing the NFC reader, and add it to your question. That would describe the make and the model of the reader, and then it would be possible to find out what features its driver has.
– telcoM
22 hours ago
add a comment |
What's on the NFC tag? ... PGP keys? x509 keys? something else? ... if PGP keys, thengpg --card-status
should show whether the NFC tag is within range... The card reader itself requires a kernel driver and a daemon ... GPG usesscdaemon
... The card reader and card type need to be known before addressing the software stack required.
– RubberStamp
yesterday
Are you asking about what generates the noise?
– muru
yesterday
If the noise comes from the actual NFC reader, then it's probably a hardware feature of the reader itself: it might happen anytime the reader is receiving power and detecting a tag within reading range, whether or not the connected computer has any drivers loaded. Please runlsusb
, identify the line describing the NFC reader, and add it to your question. That would describe the make and the model of the reader, and then it would be possible to find out what features its driver has.
– telcoM
22 hours ago
What's on the NFC tag? ... PGP keys? x509 keys? something else? ... if PGP keys, then
gpg --card-status
should show whether the NFC tag is within range... The card reader itself requires a kernel driver and a daemon ... GPG uses scdaemon
... The card reader and card type need to be known before addressing the software stack required.– RubberStamp
yesterday
What's on the NFC tag? ... PGP keys? x509 keys? something else? ... if PGP keys, then
gpg --card-status
should show whether the NFC tag is within range... The card reader itself requires a kernel driver and a daemon ... GPG uses scdaemon
... The card reader and card type need to be known before addressing the software stack required.– RubberStamp
yesterday
Are you asking about what generates the noise?
– muru
yesterday
Are you asking about what generates the noise?
– muru
yesterday
If the noise comes from the actual NFC reader, then it's probably a hardware feature of the reader itself: it might happen anytime the reader is receiving power and detecting a tag within reading range, whether or not the connected computer has any drivers loaded. Please run
lsusb
, identify the line describing the NFC reader, and add it to your question. That would describe the make and the model of the reader, and then it would be possible to find out what features its driver has.– telcoM
22 hours ago
If the noise comes from the actual NFC reader, then it's probably a hardware feature of the reader itself: it might happen anytime the reader is receiving power and detecting a tag within reading range, whether or not the connected computer has any drivers loaded. Please run
lsusb
, identify the line describing the NFC reader, and add it to your question. That would describe the make and the model of the reader, and then it would be possible to find out what features its driver has.– telcoM
22 hours ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
What's on the NFC tag? ... PGP keys? x509 keys? something else? ... if PGP keys, then
gpg --card-status
should show whether the NFC tag is within range... The card reader itself requires a kernel driver and a daemon ... GPG usesscdaemon
... The card reader and card type need to be known before addressing the software stack required.– RubberStamp
yesterday
Are you asking about what generates the noise?
– muru
yesterday
If the noise comes from the actual NFC reader, then it's probably a hardware feature of the reader itself: it might happen anytime the reader is receiving power and detecting a tag within reading range, whether or not the connected computer has any drivers loaded. Please run
lsusb
, identify the line describing the NFC reader, and add it to your question. That would describe the make and the model of the reader, and then it would be possible to find out what features its driver has.– telcoM
22 hours ago