Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't add noname mmc #37

Open
Jacobtey opened this issue Oct 3, 2017 · 1 comment
Open

Can't add noname mmc #37

Jacobtey opened this issue Oct 3, 2017 · 1 comment

Comments

@Jacobtey
Copy link

Jacobtey commented Oct 3, 2017

jacobtey@jacobtey-laptop ~ % sudo pamusb-conf --add-device MMCKEY
Please select the device you wish to add.

  • Using " 000000 (b70c3fcb)" (only option)

Which volume would you like to use for storing data ?

  • Using "/dev/mmcblk0p1 (UUID: 74AF-FABE)" (only option)

Name : MMCKEY
Vendor : Unknown
Model : 000000
Serial : b70c3fcb
UUID : 74AF-FABE

Save to /etc/pamusb.conf ?
[Y/n]
Traceback (most recent call last):
File "/usr/bin/pamusb-conf", line 267, in
addDevice(options)
File "/usr/bin/pamusb-conf", line 203, in addDevice
for name, value in (('vendor', device.vendor),
AttributeError: Element instance has no attribute 'vendor'

@hacker1024
Copy link

I have this problem too, with a USB drive.

Please select the device you wish to add.
* Using "USB 2.0 Flash Drive (169D846F)" (only option)

Which volume would you like to use for storing data ?
* Using "/dev/sdd1 (UUID: 807F-D06A)" (only option)

Name		: hacker1024
Vendor		: USB 2.0
Model		: Flash Drive
Serial		: 169D846F
UUID		: 807F-D06A

Save to /etc/security/pam_usb.conf ?
[Y/n] 
Traceback (most recent call last):
  File "/usr/bin/pamusb-conf", line 266, in <module>
    addDevice(options)
  File "/usr/bin/pamusb-conf", line 204, in addDevice
    for name, value in (('vendor', device.vendor),
AttributeError: Element instance has no attribute 'vendor'

mcdope added a commit to mcdope/pam_usb that referenced this issue Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants